GSAP animation skill (Forge)
Advanced, production-grade web animation with GSAP for Forge forge-website / frontend tasks.
This is a curated reference bundle (vendored from GreenSock's gsap-skills, MIT). Read the specific guide you need:
gsap-core/SKILL.md— core tween/timeline API and fundamentalsgsap-timeline/SKILL.md— sequencing with timelinesgsap-scrolltrigger/SKILL.md— scroll-driven animationgsap-react/SKILL.md— using GSAP in React (useGSAP)gsap-frameworks/SKILL.md— framework integration patternsgsap-plugins/SKILL.md— official pluginsgsap-performance/SKILL.md— compositor-friendly, jank-free motiongsap-utils/SKILL.md— utility methods and helpersllms.txt— full pinned reference index
Prefer compositor-friendly properties (transform/opacity), respect prefers-reduced-motion, and clean up
animations/ScrollTriggers on unmount. Keep motion purposeful — it should clarify flow, not distract.