Hi Eylon,   There's a known regression in the latest version of ScrollTrigger when doing from animations, so you need to add lazy: false to them.   gsap.from(".herman", { duration: 3, x: "-50vw", rotation: -360, ease: "linear", lazy: false, // add this scrollTrigger: { trigger: ".herman", markers: true, start: "top 75%", end: "bottom 25%" } });