Setup & Installation
What This Skill Does
A collection of GSAP plugins covering scroll animation, layout transitions, drag interactions, SVG drawing and morphing, text splitting, physics, and custom easing. Plugins must be registered with gsap.registerPlugin() before use. ScrollTrigger is handled by a separate skill. Each plugin handles a specific browser quirk or calculation (stroke-dashoffset math, FLIP layout diffing, touch-normalized input) that would take significant custom code to replicate correctly across devices.
When to use it
- Working with gsap plugins functionality
- Implementing gsap plugins features
- Debugging gsap plugins related issues
