Replicating the scrolling behaviour seen on Webflow site

I’m trying to replicate this site:

https://webflow.com/designer

specifically I’d like to know how it’s possible on scroll to make an element sticky for a certain duration and then becomes unstuck again, can this be done using just Webflow interactions or do I need to write some custom code?


Here is my public share link: LINK
(how to access public share link)

I have shareables to teach you this. Basically use a taller parent, stick the scrolling IX to it and affect the horizontal transform of the strip element.

Check the diagram at the bottom of Sticky + Horizontal Scroll Demo - Webflow

2 Likes

Fantastic, thank you very much. I’ll try and adapt this for vertical instead of horizontal scrolling