gsap.utils.toArray(".parallax__item__desc").forEach(item => { gsap.to(item, { yPercent: -100, ease: "none", duration: 0.5, scrollTrigger: { trigger: item, start: "top bottom", end: "bottom top", markers: true, scrub: 0.5 }, }); });