Hello @PointC, thanks for sharing!! i have been playing around with this carousel and its great, but there seems to be a problem. This part of the code doesn't respect the 'repeat' property for some reason. var animation = gsap.to(slides, { xPercent: "+=" + (numSlides * 100), duration: 1, ease: "none", paused: true, repeat: -1, modifiers: { xPercent: wrap } }); if i change the 'repeat' to say '1' it keeps looping and doesn't stop. just wondered if there was somethi