What problem does it solve? GSAP ships many plugins (ScrollToPlugin, Flip, Draggable, SplitText, MorphSVG, and more) that each require correct registration, configuration, and cleanup. This Skill provides the exact API patterns and config options so you avoid common mistakes like using a plugin before registering it or misconfiguring DrawSVG segments. ## Core Features & Use Cases - Plugin Registration & Setup: Correct gsap.registerPlugin() usage for every plugin, including React and useGSAP contexts. - Scroll, DOM & Text Plugins: ScrollToPlugin, ScrollSmoother, Flip layout transitions, Draggable with Inertia, Observer gestures, SplitText and ScrambleText text effects. - SVG, Easing & Physics: DrawSVG stroke drawing, MorphSVG shape morphing, MotionPath path animation, CustomEase, Physics2D, and GSDevTools debugging. - Use Case: You need to animate a heading character-by-character on page load. The Skill shows SplitText.create with type "words, chars", staggered tweens, and autoSplit with onSplit for font-loading-safe re-splits. ## Quick Start Ask the AI to register the GSAP Flip plugin and animate a grid layout change using Flip.getState and Flip.from.