What problem does it solve? Developers often misuse GSAP plugins by forgetting registration, following outdated Club GSAP licensing instructions, or misconfiguring plugin options like Flip states, SplitText splitting, and DrawSVG stroke segments. This Skill provides correct, current guidance for every GSAP plugin. ## Core Features & Use Cases - Plugin Registration & Licensing: Correctly register plugins with gsap.registerPlugin() and install all plugins from the public gsap npm package without legacy Club GSAP tokens. - Scroll, DOM & Text Plugins: Configure ScrollToPlugin, ScrollSmoother, Flip, Draggable with Inertia, Observer, SplitText, and ScrambleText with accurate option tables. - SVG, Easing & Physics Plugins: Implement DrawSVG stroke reveals, MorphSVG shape morphing, MotionPath movement, CustomEase, Physics2D, and GSDevTools debugging. - Use Case: When a user asks to animate an SVG icon morphing into another shape, the Skill provides MorphSVGPlugin registration, convertToPath usage, and shapeIndex tuning guidance. ## Quick Start Ask the assistant to write a GSAP animation that splits a heading into characters with SplitText and staggers them in on page load.