AI AGENT ADDONS

Adding smooth animations to your React app is easy with GSAP. This skill shows you how to use the useGSAP hook to set up and clean up animations automatically. It works great with Next.js and other React frameworks.

You will learn to scope animations to a container using refs. This avoids problems with wrong element targets. The hook handles cleanup on unmount so you do not get memory leaks or warnings.

If you cannot use the hook, the skill also covers using gsap.context() inside a regular useEffect. Always remember to revert the context to kill old animations. This skill is your guide to reliable React animations.

Add Gsap React skill to your workflow

Global

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

Project

mkdir -p .claude/skills/gsap-react

Source Repository

Stars
72,341
Forks
8,191
Watchers
72,341
License
Apache-2.0
Last Push
23 days ago
Created
2 months ago