Share Posted July 1, 2020 Hi! I'm trying to replace the "pinned" images effect when scroll (like, those images "going up"), to a "fade in" effect in the images. So, if you scroll from the page top, the next image should appear with fadeIn, and so on with the other images, until the "scroll zone" (.main-wrapper in the Codepen) ends and then comes the "normal" scroll over the other content. I cannot find the way to do it, so I'll share a previous Codepen. See the Pen PoZJYZq by mikeK (@mikeK) on CodePen Link to post Share on other sites
Share Posted July 1, 2020 Hey Jimmy. So essentially you want to fix all of the sections in place and transition between them. We show how to do that in one of the demos in the ScrollTrigger docs (this also loops from the beginning and end but if you take that part out it's practically the same): See the Pen rNOebyo by GreenSock (@GreenSock) on CodePen 1 1 Link to post Share on other sites
Author Share Posted July 2, 2020 15 hours ago, ZachSaucier said: Hey Jimmy. So essentially you want to fix all of the sections in place and transition between them. We show how to do that in one of the demos in the ScrollTrigger docs (this also loops from the beginning and end but if you take that part out it's practically the same): Hi there! That worked like a charm. Had to change a little bit the HTML & CSS, but it's working. See the Pen KKVvrBY by jimmyadaro (@jimmyadaro) on CodePen Link to post Share on other sites