What problem does it solve?
Provides official guidance for using GSAP plugins—registration, configuration, and best practices for a wide range of plugins (ScrollToPlugin, ScrollSmoother, Flip, Draggable, Inertia, Observer, SplitText, ScrambleText, DrawSVG, MorphSVG, MotionPath, CustomEase, EasePack, CustomWiggle, CustomBounce, GSDevTools, and more).
Core Features & Use Cases
- Guidance on installing GSAP from the public package and registering plugins with gsap.registerPlugin().
- In-depth coverage of major plugins (ScrollToPlugin, Flip, Draggable, Inertia, Observer, SplitText, ScrambleText, DrawSVGPlugin, MorphSVGPlugin, MotionPathPlugin, GSDevTools) with practical usage patterns and licensing notes.
- Use cases include building interactive UIs with draggable elements, SVG drawing/morphing, path-based motion, text splitting, and debugging tools for animation workflows.
Quick Start
Register the needed GSAP plugins in your project with gsap.registerPlugin() and start using them in tweens.