What problem does it solve? Developers using GSAP plugins often struggle with correct plugin registration, outdated licensing assumptions, and the wide variety of plugin-specific configuration options for scroll, drag, SVG, text, and physics animations. ## Core Features & Use Cases - Plugin Registration & Licensing Guidance: Ensures every plugin is registered with gsap.registerPlugin() before use and clarifies that all GSAP plugins are free via the public npm package, with no Club GSAP tokens needed. - Scroll, Drag & Observer Plugins: Covers ScrollToPlugin, ScrollSmoother, Draggable with InertiaPlugin momentum, and Observer for normalized pointer and scroll input. - SVG, Text & Physics Plugins: Provides configuration references for DrawSVG, MorphSVG, MotionPath, SplitText, ScrambleText, Physics2D, CustomEase, and GSDevTools. - Use Case: When building a landing page that splits a headline into animated characters, draws an SVG stroke on scroll, and makes cards draggable with momentum, this Skill supplies the correct imports, registration order, and config tables for each plugin. ## Quick Start Ask the AI to register the required GSAP plugins and animate a headline with SplitText character staggering plus a draggable card with inertia.