Capítulo 323 de 411

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

  1. The ScrollTrigger instance that ScrollSmoother created internally to manage the smooth scrolling effect of the page.

Connects To

  • ScrollTrigger: related GSAP concept