Setup & Installation
What This Skill Does
Guides GSAP animation optimization for consistent 60fps output. Covers which CSS properties to animate (transforms and opacity), how to avoid layout thrashing, and when to use tools like gsap.quickTo() and stagger. Applies to both simple tweens and complex scroll-driven sequences. Instead of trial-and-error profiling, it gives concrete rules for which properties, APIs, and patterns avoid layout and paint costs in GSAP specifically.
When to use it
- Working with gsap performance functionality
- Implementing gsap performance features
- Debugging gsap performance related issues
