Performance-focused GSAP guidance that pushes you toward compositor-friendly properties like transforms and opacity while steering you away from layout-thrashing culprits like width, height, and positioning properties. Covers the essentials: will-change hints, quickTo() for mouse followers, stagger for bulk animations, and ScrollTrigger optimization. The advice is practical and specific about what causes jank and how to avoid it. If you're building smooth 60fps animations or debugging choppy performance, this gives you the concrete dos and don'ts without the usual vague "optimize your code" handwaving.
npx skills add https://github.com/greensock/gsap-skills --skill gsap-performance