No I mean the text scroll animation of the white titles (Facebook reality labs, automative…etc). Especially on desktop, there is a scaling scroll animation there which I love
I have 1 follow up question:
When scrolling down, the headings on the jonvieira.com website seem to disappear right before they touch the top of the screen. How can I apply this effect?
There are probably more ways to achieve this effect, but this is the first one that came to my mind: Create a ‘hider’ with the same background color as the section has, and stick it to the top of the section.
-create a new div block inside the blue section, it must be the first child of the section
-give it a class, set it to position sticky, 0 from the top, and z index at least 1 (or higher than the container)
-set its width to 100%, height to whatever you like (mine’s 130px)
-set background color to linear gradient, first color should be the same as background color of the section. Second color should be the same, but with opacity 0%
Thanks Radka, here is what i’ve build so far: https://www.veerlevanhooijdonk.com/. (not finished yet, but I am already so happy with this animation!)
There is one final thing: it looks like when I scroll the page of https://jonvieira.com/, that there is a bit of delay in the movement, and when I stop scrolling with my mouse, it looks likes the movement does not immediately stop, but after a slight delay. Is that something we can build in Webflow as well?