What problem does it solve? GSAP ships dozens of plugins with distinct APIs, and developers often misuse them by skipping registration, following outdated Club GSAP licensing instructions, or misconfiguring options like Flip states, DrawSVG segments, and SplitText re-splitting. This Skill provides correct, current guidance for every GSAP plugin. ## Core Features & Use Cases - Plugin Registration & Licensing: Register plugins with gsap.registerPlugin() and install everything from the public gsap npm package, with no Club GSAP tokens or private registries. - Scroll, DOM & Text Plugins: Covers ScrollToPlugin, ScrollSmoother, Flip, Draggable, Inertia, Observer, SplitText, and ScrambleText with key config tables and code examples. - SVG, Physics & Easing: Covers DrawSVG, MorphSVG, MotionPath, Physics2D, PhysicsProps, CustomEase, EasePack, CustomWiggle, CustomBounce, PixiPlugin, and GSDevTools. - Use Case: When a user asks to animate an element along an SVG path, morph one icon into another, or split a heading into animated characters, this Skill supplies the correct plugin, registration step, and configuration. ## Quick Start Ask how to animate an element along an SVG path or split text into animated characters using GSAP plugins.