Capítulo 325 de 411

Chapter 325: ScrollSmoother.create

Core Idea

Creates (and returns) a new ScrollSmoother instance. There can only be one, of course, at any given time because it's controlling the scroll of the root page.

Code Examples

<body>
  <div id="smooth-wrapper">
    <div id="smooth-content">
      
    </div>
  </div>
</body>
  • What it demonstrates: typical usage of ScrollSmoother.create in a GSAP animation.

Key Takeaways

  1. Creates (and returns) a new ScrollSmoother instance. There can only be one, of course, at any given time because it's controlling the scroll of the root page.

Connects To