Chapter 323: .scrollTrigger
Core Idea
The ScrollTrigger instance that ScrollSmoother created internally to manage the smooth scrolling effect of the page.
Code Examples
let smoother = ScrollSmoother.create({...});
let nativeScrollVelocity = smoother.scrollTrigger.getVelocity();
- What it demonstrates: typical usage of .scrollTrigger in a GSAP animation.
Key Takeaways
- The ScrollTrigger instance that ScrollSmoother created internally to manage the smooth scrolling effect of the page.
Connects To
- ScrollTrigger: related GSAP concept