What problem does it solve? GSAP ships dozens of plugins with distinct registration requirements, configuration options, and DOM constraints, and misusing them causes silent failures or broken animations. This Skill provides correct, copy-ready patterns for registering and configuring every major GSAP plugin. ## Core Features & Use Cases - Plugin Registration: Enforces gsap.registerPlugin() before first use, including React and useGSAP contexts. - Scroll, Drag & Layout: Covers ScrollToPlugin, ScrollSmoother, Flip layout transitions, Draggable with InertiaPlugin momentum, and Observer gesture detection. - Text, SVG & Physics: Guides SplitText character/word/line animations, ScrambleText, DrawSVG stroke reveals, MorphSVG shape morphing, MotionPath, CustomEase, Physics2D, and GSDevTools debugging. - Use Case: When building a landing page that needs a draggable card carousel with momentum, scroll-to navigation buttons, and a headline that animates character-by-character, this Skill supplies the exact registration calls and configuration objects for Draggable, InertiaPlugin, ScrollToPlugin, and SplitText. ## Quick Start Ask the AI to register the required GSAP plugins and write a Draggable carousel with inertia plus a SplitText headline animation for your page.