Hey Hugo. Thanks for the minimal demo     First off, you're making one of the most common GSAP mistakes: not setting all your transforms with GSAP for elements that you're animating with GSAP.    Second, you need to either set a trigger for your ScrollTrigger or set the start and end based on the scroll length of your scroller. I opted for the second option in the demo below.   Third, you need to add some code to try and keep track of the progress. I assume you trie
    • Like
    2