animejs
Installation
SKILL.md
Anime.js for FrameVideo
When To Use
Use Anime.js for:
- Lightweight animations — smaller bundle size than GSAP (17KB vs 45KB)
- Simple DOM/SVG motion — element entrances, transforms, opacity
- Compact syntax — cleaner for straightforward animations
- Porting Anime.js examples — user provides Anime.js code to adapt
- File size constraints — when every KB matters
Do NOT Use
Avoid Anime.js for: