Can get horizontal scrolling to work , based it on WIX studio tutorial, what am i doing wrong?Ho

I’m having trouble with
Been following the You Tube video to the letter, spent ages on it, not sure what wrong but it seems to scroll minimally but not like the video, what am i doing wrong. I have rechecked it against the video 10 times
YT is https://www.youtube.com/watch?v=iCdFLujmocA

Site is https://www.travelvideoblogkhwd.com/travel-vlog-resources-to-help-you#anchors-mpl8hpsf

Working in
WIX Studio

Site link
Live https://www.travelvideoblogkhwd.com/travel-vlog-resources-to-help-you

scroll to end or use menu for Horizontal scrolling

What I’m trying to do
Matches the video and achives similar horizontal scrolling

tried endlessly

as said

Extra context
Easier if you compare site scroll to video, i keep thinking that the distances are wrong and the animation on the lower section to allow the effect should have a different animation other than scroll

yes, id say your distance of move animation is not set correctly, make sure its set to vw, and maybe the section/container height is wrong for the animation. set it to 700/1000 vh or similar.

At the moment, you have an animation applied to the whole stack with a scroll of 50px - so it will only ever move the whole stack over by 50px when you scroll.

In the video, the animations are applied to each image within the stack :slight_smile:

Also worth noting that in the video, they use a second container as the trigger, while your animation doesn’t currently