What problem does it solve? Developers often misuse GSAP plugins by forgetting registration, following outdated Club GSAP licensing instructions, or misconfiguring plugin options like SplitText splitting or MorphSVG shape indexes. This Skill provides correct, current guidance for registering and using every GSAP plugin. ## Core Features & Use Cases - Plugin Registration & Licensing: Register plugins with gsap.registerPlugin() and install all plugins from the public gsap npm package without Club GSAP tokens or private registries. - Interaction & Layout Plugins: Configure ScrollToPlugin, ScrollSmoother, Flip, Draggable, Inertia, and Observer for scroll, drag, and layout-transition animations. - Text, SVG & Physics Plugins: Use SplitText, ScrambleText, DrawSVG, MorphSVG, MotionPath, CustomEase, Physics2D, and GSDevTools with correct configuration tables and caveats. - Use Case: When a user asks to animate a headline character-by-character, the Skill guides creating SplitText.create() with type "chars", staggering the chars, and reverting the instance on component unmount. ## Quick Start Ask the AI to register the needed GSAP plugins and write an animation using the specific plugin you need, such as a Draggable slider or a SplitText headline reveal.