How do I start my animation opacity from o to 1 immediately when user is scrolling down to the next section? Here in this code. The animation is using percentage of the opacity.
Would like to achieve a behavior wherein when a user is scrolling at the end of the pinned section. It will Fadeoutthe previous section and then Fadein the next section.
Is this achievable? If so, what's the best option to modify the code I've given?
Sorry, quite new to GSAP plugin and still learning the functionalities.