Share Posted February 18 Hi all, I want to say: when image 1 enters the viewport, run the timeline on image 1 when image 2 enters the viewport, run the timeline on image 2 etc But so far I am getting - when image 1 enters the viewport, run the timeline on all the images at the same time. Can anyone please correct my pen? Thanks... See the Pen PobjKPj by Juc1 (@Juc1) on CodePen Link to post Share on other sites
Solution Share Posted February 18 Just change your trigger and you are good to go. Also you will need some height/spacer at the end because you will not be able to reach the last trigger. trigger: item 5 Link to post Share on other sites
Share Posted February 18 tailbreezy is correct. It's actually one of the common ScrollTrigger mistakes which I highly recommend 1 Link to post Share on other sites
Share Posted February 18 @tailbreezy is getting pretty quick with the answers. Maybe he'll be faster than Zach someday. 2 Link to post Share on other sites
Author Share Posted February 18 Just adding the link to the relevant pen: See the Pen QWNqBvL by GreenSock (@GreenSock) on CodePen from 1 Link to post Share on other sites