Hi there!
I am trying to introduce a feature to my webapp where only certain parts of a page are displayed based on scroll position. For example (can reference link below that does a really good job), I would like to have only the top section of a page shown but then as you scroll down and the next section becomes more visible, the opacity increases to 100% when the section is completely in view. How do I do this?
I am doing some condition rendering work so I know how to give sections HTML names, and then have watch scroll position and then use the Component Position variable (y%) to change variables and so forth. Wondering if there is an easier way to do this or have to do something similar to what I have been doing.
Thank you so much!