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.
Global
mkdir -p ~/.claude/skills/gsap-performanceProject
mkdir -p .claude/skills/gsap-performanceSource Repository
Frontend Designanthropics/skills
Create striking frontend interfaces with bold design and polished code every time
Vercel React Best Practicesvercel-labs/agent-skills
Optimize React and Next.js apps using proven Vercel performance guidelines
Design Taste Frontendleonxlnx/taste-skill
Enforce premium frontend design with metric-based rules and smart component architecture
Vercel Composition Patternsvercel-labs/agent-skills
Clean React components with composition instead of boolean props
Shadcnshadcn/ui
Manage shadcn UI components easily with CLI commands and clear styling rules
Impeccablepbakaus/impeccable
Polish your frontend interfaces with expert design critique and code
Minimalist Uileonxlnx/taste-skill
Build warm minimal web interfaces with editorial typography and flat bento grids
Industrial Brutalist Uileonxlnx/taste-skill
Raw mechanical UIs fusing Swiss print with military terminal aesthetics and high data density