Trigger animation immediately with Flackr's Scroll Timeline Polyfill
Hi! I am trying to create an animation of text shrinking to 1 character. But the animation only get triggered when the text element reaches the top (0% in CSS). I want the text to shrink immediately when I start scrolling. The JavaScript looks like this:
1 Reply
I got it! I have to use the new "ViewTimeline" instead of "ScrollTimeline"