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, leading to broken animations and wasted debugging time. ## Core Features & Use Cases - Plugin Registration & Licensing Guidance: Register plugins correctly with gsap.registerPlugin() and install everything from the public gsap npm package without outdated Club GSAP tokens. - Scroll, DOM & Text Plugins: Configure ScrollToPlugin, ScrollSmoother, Flip, Draggable with Inertia, Observer, SplitText, and ScrambleText for scroll-to, FLIP layout transitions, drag interactions, and per-character text animation. - SVG, Easing & Physics Plugins: Animate stroke drawing with DrawSVG, morph shapes with MorphSVG, move elements along paths with MotionPath, and apply Physics2D or custom eases like CustomEase and CustomWiggle. - Use Case: When building a landing page with a draggable card carousel, staggered headline reveal, and an SVG icon that morphs on hover, this Skill provides the correct registration order, config tables, and code patterns for each plugin. ## Quick Start Ask the AI to register the needed GSAP plugins and write a SplitText character-stagger animation for a heading element.