Hàm log onEnter: () => console.log("Entered!"), onLeave: () => console.log("onLeave") (ok)
ScrollTrigger.create({
trigger: ".section",
start: "top center",
end: "bottom top",
pin: true,
scrub: true,
onEnter: () => console.log("Entered!"),
onLeave: () => console.log("Leaved!")
});
Previous[GSAP] nghiên cứu dự án gsap sử dụng js thuần full (ok)NextSử dụng ScrollSmoother thay thế Locomotive Scroll hay Lenis. (ok)
Last updated
Was this helpful?