animejs

Installation
SKILL.md

Anime.js v4

Modern JavaScript animation library. V4 is a complete rewrite — animate() not anime().

Installation

npm install animejs
import { animate, createTimeline, stagger, utils, onScroll, createDraggable, splitText, createScope, createLayout, waapi, svg, eases, cubicBezier, spring, engine } from 'animejs';

CDN: <script src="https://cdn.jsdelivr.net/npm/animejs@4/dist/anime.min.js"></script>const { animate } = anime;

V3 → V4 Migration (Critical)

If you see ANY V3 pattern, the code MUST be migrated.

Installs
13
GitHub Stars
1
First Seen
Feb 5, 2026