1---2name: anime3description: Anime.js v4 - A fast, multipurpose and lightweight JavaScript animation library. Use when creating animations, timelines, draggable interactions, SVG animations, text effects, or working with CSS properties, DOM attributes and JavaScript objects.4---5
6Anime.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.
7
8> The skill is based on Anime.js v4.3.5, generated at 2026-01-29.
9
10## Core References
11
12| Topic | Description | Reference |
13|-------|-------------|-----------|
14| Animation | Basic animation function, target selection, property animation | [core-animation](references/core-animation.md) |
15| Timeline | Sequential and parallel animations, labels, position control | [core-timeline](references/core-timeline.md) |
16| Stagger | Staggered animations for multiple targets | [core-stagger](references/core-stagger.md) |
17| Animation Parameters | Duration, delay, easing, loop, callbacks | [core-parameters](references/core-parameters.md) |
18| Timer | createTimer, Timer—periodic callbacks, frameRate, playback | [core-timer](references/core-timer.md) |
19
20## Features
21
22### Draggable
23
24| Topic | Description | Reference |
25|-------|-------------|-----------|
26| Draggable | Create draggable elements with physics and constraints | [features-draggable](references/features-draggable.md) |
27| Draggable Configuration | Container bounds, snap, friction, velocity | [features-draggable-config](references/features-draggable-config.md) |
28
29### Animatable
30
31| Topic | Description | Reference |
32|-------|-------------|-----------|
33| Animatable | Create animatable objects for custom animations | [features-animatable](references/features-animatable.md) |
34
35### Scope & Scroll
36
37| Topic | Description | Reference |
38|-------|-------------|-----------|
39| Scope | Scroll-based animations and viewport detection | [features-scope](references/features-scope.md) |
40| Scroll (onScroll) | Scroll-linked animations, progress, link(timeline) | [features-scroll](references/features-scroll.md) |
41
42### Layout
43
44| Topic | Description | Reference |
45|-------|-------------|-----------|
46| Layout (AutoLayout) | FLIP-style layout animations, accordion, enter/leave | [features-layout](references/features-layout.md) |
47
48### SVG
49
50| Topic | Description | Reference |
51|-------|-------------|-----------|
52| SVG Morphing | Morph SVG paths and shapes | [features-svg-morph](references/features-svg-morph.md) |
53| SVG Drawing | Animate SVG path drawing | [features-svg-draw](references/features-svg-draw.md) |
54| SVG Motion Path | Animate elements along an SVG path | [features-svg-motion-path](references/features-svg-motion-path.md) |
55
56### Text
57
58| Topic | Description | Reference |
59|-------|-------------|-----------|
60| Text Splitting | Split text into words, lines, and characters | [features-text-split](references/features-text-split.md) |
61| Text Animation | Animate text content and properties | [features-text-animation](references/features-text-animation.md) |
62
63## Easings
64
65| Topic | Description | Reference |
66|-------|-------------|-----------|
67| Easing Functions | Built-in easing functions (in, out, inOut) | [easings-functions](references/easings-functions.md) |
68| Custom Easings | Cubic bezier, spring, steps, linear easings | [easings-custom](references/easings-custom.md) |
69
70## Utilities
71
72| Topic | Description | Reference |
73|-------|-------------|-----------|
74| Utils | DOM utilities, value helpers, math functions | [utils-helpers](references/utils-helpers.md) |
75
76## Advanced
77
78| Topic | Description | Reference |
79|-------|-------------|-----------|
80| Composition | Replace, none, blend (additive) for overlapping animations | [advanced-composition](references/advanced-composition.md) |
81| Engine | Global engine—pause, resume, speed, timeUnit, precision | [advanced-engine](references/advanced-engine.md) |
82| WAAPI | Web Animations API—waapi.animate for native animations | [advanced-waapi](references/advanced-waapi.md) |
83| Scope (createScope) | Execution context, defaults, methods, keepTime, revert | [advanced-scope](references/advanced-scope.md) |