Welcome  to the forums @Supreme_Leader_Duck   There is a known in regression in the current version that may affect .from() ScrollTrigger animations. It's fixed in the next release, but in the meantime try adding lazy: false to any .from() animations.   Ex... gsap.from(e, { // try this lazy: false, yPercent: -50, opacity: 0, scrollTrigger: { containerAnimation: scrollTween, trigger: e, start: "left 80%", end: "left 40%",
    • Like
    1