gsap-react
Installation
SKILL.md
GSAP React Integration
GSAP integrates seamlessly with React through the @gsap/react package and useGSAP() hook. Automatically handles cleanup, scoping, and lifecycle management.
Installation
npm install gsap @gsap/react
Basic Setup
Register Hook
import gsap from 'gsap'
import { useGSAP } from '@gsap/react'
import { ScrollTrigger } from 'gsap/ScrollTrigger'