This covers GSAP's core animation methods (gsap.to, from, fromTo) along with easing, staggers, and responsive animation patterns. It handles the fundamentals you need for most DOM and SVG animations, including transform shortcuts, autoAlpha for visibility-aware fading, and proper camelCase syntax for CSS properties. The skill also knows when to recommend GSAP over CSS animations or other libraries, which is helpful since users often ask "what should I use for animation" without specifics. Works across React, Vue, vanilla JS, and other frameworks. If you need timeline sequencing or scroll-driven effects, you'll want the companion gsap-timeline and gsap-scrolltrigger skills.
npx skills add https://github.com/greensock/gsap-skills --skill gsap-core