What problem does it solve? GSAP ships dozens of plugins with distinct registration requirements, configuration options, and gotchas; this Skill provides correct, up-to-date guidance so animations using ScrollToPlugin, Flip, Draggable, SplitText, MorphSVG, and others work on the first attempt without outdated licensing or install advice. ## Core Features & Use Cases - Plugin Registration & Install: Correct gsap.registerPlugin() patterns and modern install guidance (all plugins free in the public npm package, no Club GSAP tokens). - Scroll, DOM & UI Plugins: ScrollToPlugin, ScrollSmoother, Flip layout transitions, Draggable with Inertia momentum, and Observer gesture normalization. - Text, SVG & Physics Plugins: SplitText and ScrambleText for text effects, DrawSVG/MorphSVG/MotionPath for SVG animation, CustomEase and physics plugins, plus GSDevTools for debugging. - Use Case: A developer needs to animate a heading character-by-character and morph one SVG icon into another; the Skill supplies the exact SplitText onSplit pattern and MorphSVG shapeIndex configuration with working code. ## Quick Start Ask the AI to register the GSAP plugin you need and write an animation using it, for example a Flip layout transition or a DrawSVG stroke reveal.