I'm trying to recreate Apple's Airpods Pro presentation page with ScrollTrigger. This is what I'm trying to make:  See the Pen ZEbGzyv by j-v-w (@j-v-w) on CodePen My idea is to use an array which holds all the images and then make use of ScrollTrigger.update() to update the img src  based on the scrolling position. See the Pen poybrBd by make96 (@make96) on CodePen