Capítulo 80 de 411
scrollTrigger gives direct access to the ScrollTrigger instance associated with this timeline, when one exists.
scrollTrigger config; undefined otherwise.let tl = gsap.timeline({ scrollTrigger: { trigger: ".section", start: "top top" } });
tl.scrollTrigger.refresh();