AI AGENT ADDONS
Frontend Development
32,067installs

Animations make websites feel alive. GSAP is a powerful tool for creating smooth animations. With React, the useGSAP hook makes it easy to add animations and clean them up when a component is removed.

You use refs to target specific elements. The hook also supports a scope so your animations only affect the right parts. This prevents bugs and keeps your code tidy.

Cleaning up animations on unmount is very important. The useGSAP hook does this automatically. Jumping between pages or closing a component will not leave broken animations behind.

Add Gsap React skill to your workflow

Global

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

Project

mkdir -p .claude/skills/gsap-react

Source Repository

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