What problem does it solve?
Centralizes guidance for discovering, registering, and using GSAP plugins to extend animation capabilities and ensure consistent integration across projects.
Core Features & Use Cases
- Register each plugin once using gsap.registerPlugin() to include the plugin in your bundle before use.
- Covers a wide range of GSAP plugins (ScrollToPlugin, ScrollSmoother, Flip, Draggable, Inertia, Observer, SplitText, ScrambleText, DrawSVGPlugin, MorphSVGPlugin, MotionPathPlugin, GSDevTools) and shows typical use cases like advanced UI interactions and SVG animations.
- Provides best-practice patterns for React/Vue/Svelte setups, project structure, and debugging techniques to keep animations reliable.
Quick Start
Register the plugins you intend to use with gsap.registerPlugin() at application startup, then import and apply them in your animations.