How to get current user page scroll

Hi,

I’m looking to find a way to get current user page scroll level in order to make element animate.

For exemple in this video the text gets bigger as the user scroll down.

Any idea how to do it?

Thank you

Just use ‘current page scroll position’ in your text element conditionals…

Yes but how to measure current page scroll position?

Just use the ‘current page scroll position’ expression:

Thank you!

1 Like

Hi @adamhholmes
How do you manage this with responsiveness. same element could be at different scrolling position depending on the screen size, right?
Thanks