๋ฐ์ํ
GreenSock
-
[GSAP] ScrollTrigger ์์ ์์ ๋ฆฌํด ๊ฐ ์ป๋ ๋ฐฉ๋ฒCoding 2024. 3. 5. 22:15
var myScrollTrigger = ScrollTrigger.create({ trigger: "#id", start: "top top", endTrigger: "#otherID", end: "bottom 50%+=100px", }); // ScrollTrigger ์์ ์ง์ ์ผ๋ก ์คํฌ๋กค ํฌ์ปค์ค ๊ฐ๋๋ก ๊ฐ๋ฅ gsap.to(window, { duration: 0.5, scrollTo: myScrollTrigger.start, }); ScrollTrigger [properties] start start : Number [read-only] The ScrollTrigger's starting scroll position (numeric, in pixels). Details [read-only] The Scro..