From hairyf-skills-4
Provides the Anime.js v4 API for creating animations, timelines, draggable interactions, SVG morphing/drawing, scroll-driven animations, FLIP layouts, and animatable objects.
How this skill is triggered — by the user, by Claude, or both
Slash command
/hairyf-skills-4:animeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
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.
GENERATION.mdreferences/advanced-composition.mdreferences/advanced-engine.mdreferences/advanced-scope.mdreferences/advanced-waapi.mdreferences/core-animation.mdreferences/core-parameters.mdreferences/core-stagger.mdreferences/core-timeline.mdreferences/core-timer.mdreferences/easings-custom.mdreferences/easings-functions.mdreferences/features-animatable.mdreferences/features-draggable-config.mdreferences/features-draggable.mdreferences/features-layout.mdreferences/features-scope.mdreferences/features-scroll.mdreferences/features-svg-draw.mdreferences/features-svg-morph.mdAnime.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.
| 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 |
| Topic | Description | Reference |
|---|---|---|
| Draggable | Create draggable elements with physics and constraints | features-draggable |
| Draggable Configuration | Container bounds, snap, friction, velocity | features-draggable-config |
| Topic | Description | Reference |
|---|---|---|
| Animatable | Create animatable objects for custom animations | features-animatable |
| Topic | Description | Reference |
|---|---|---|
| Scope | Scroll-based animations and viewport detection | features-scope |
| Scroll (onScroll) | Scroll-linked animations, progress, link(timeline) | features-scroll |
| Topic | Description | Reference |
|---|---|---|
| Layout (AutoLayout) | FLIP-style layout animations, accordion, enter/leave | features-layout |
| Topic | Description | Reference |
|---|---|---|
| SVG Morphing | Morph SVG paths and shapes | features-svg-morph |
| SVG Drawing | Animate SVG path drawing | features-svg-draw |
| SVG Motion Path | Animate elements along an SVG path | features-svg-motion-path |
| Topic | Description | Reference |
|---|---|---|
| Text Splitting | Split text into words, lines, and characters | features-text-split |
| Text Animation | Animate text content and properties | features-text-animation |
| Topic | Description | Reference |
|---|---|---|
| Easing Functions | Built-in easing functions (in, out, inOut) | easings-functions |
| Custom Easings | Cubic bezier, spring, steps, linear easings | easings-custom |
| Topic | Description | Reference |
|---|---|---|
| Utils | DOM utilities, value helpers, math functions | utils-helpers |
| Topic | Description | Reference |
|---|---|---|
| Composition | Replace, none, blend (additive) for overlapping animations | advanced-composition |
| Engine | Global engine—pause, resume, speed, timeUnit, precision | advanced-engine |
| WAAPI | Web Animations API—waapi.animate for native animations | advanced-waapi |
| Scope (createScope) | Execution context, defaults, methods, keepTime, revert | advanced-scope |
npx claudepluginhub hairyf/skillsScans a codebase for architectural friction, presents candidates as a visual HTML report with before/after diagrams, and guides you through deepening refactors.