AI AGENT ADDONS

Gsap Performance

greensock/gsap-skills
Frontend Development
33,872installs

Make your GSAP animations run smoothly at 60 frames per second. The secret is to animate transform and opacity instead of layout-heavy properties like width or height. This keeps work on the compositor and avoids jank.

Use will-change in your CSS to hint the browser about animating elements. Batch your reads and writes to prevent layout thrashing. For lists, use stagger instead of many separate tweens. For mouse followers, use gsap.quickTo() to reuse a single tween.

Clean up off-screen animations and call ScrollTrigger.refresh() only when layout changes. These tips help your animations stay smooth and fast on any device.

Add Gsap Performance skill to your workflow

Global

mkdir -p ~/.claude/skills/gsap-performance

Project

mkdir -p .claude/skills/gsap-performance

Source Repository

Stars
10,309
Forks
624
Watchers
10,309
License
MIT
Last Push
3 months ago
Created
5 months ago