Deprecated. This package is no longer maintained. With Kiru's current component API there’s no need for a dedicated lifecycle wrapper - use GSAP directly (e.g.
gsap.context()andonCleanup/onMountin your components).
Development monorepo for kiru-gsap.
.github- Contains workflows used by GitHub Actions.
packages- Contains the individual packages managed in the monorepo.
- kiru-gsap
sandbox- Contains example applications and random tidbits.
- Use
make buildto recursively run the build script in each package - Use
make testto recursively run the test script in each package