anime
Installation
SKILL.md
Anime.js is a fast, multipurpose and lightweight JavaScript animation library with a simple, yet powerful API. It works with CSS properties, SVG, DOM attributes and JavaScript Objects. Version 4 introduces a modular architecture with ES modules, improved performance, and enhanced features like draggable interactions, animatable objects, and advanced timeline controls.
The skill is based on Anime.js v4.3.5, generated at 2026-01-29.
Core References
| Topic | Description | Reference |
|---|---|---|
| Animation | Basic animation function, target selection, property animation | core-animation |
| Timeline | Sequential and parallel animations, labels, position control | core-timeline |
| Stagger | Staggered animations for multiple targets | core-stagger |
| Animation Parameters | Duration, delay, easing, loop, callbacks | core-parameters |
| Timer | createTimer, Timer—periodic callbacks, frameRate, playback | core-timer |