Maybe a section devided into columns?
However, seems you are very interested into this topic, since i see your post now second time.
What you will need is…
- Wix-Animations
- getBoundingRect()
Using this 2 in combination you will be able to get your wished result.
The processflow will be the following…
- You scroll your page…
- On your page are different elements (texts, boxes, repeaters, whatever…)
- You have gereated a CODE which determine your mouse’s SCROLL-POSITION, while you scroll.
- Here you can write some code, at which positions you want to fire/start a function. You of course can determine several functions on different scroll-positions.
- Once one of the defined SCROLL-POSITIONS has been reached → the related function (ANIMATION) starts.
To animate a more dynamic horizonal movement of an element on your site…
You define several scroll-steps for one element, for example (10-scroll-positions).
For each of the scroll-positions you animate your element-movement.
A simple example can be found here…