Wix Studio Community Homepage Design - Tutorial?

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…

  1. Wix-Animations
  2. getBoundingRect()

Using this 2 in combination you will be able to get your wished result.

The processflow will be the following…

  1. You scroll your page…
  2. On your page are different elements (texts, boxes, repeaters, whatever…)
  3. You have gereated a CODE which determine your mouse’s SCROLL-POSITION, while you scroll.
  4. 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.
  5. 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…