Anime.js — создание анимаций и SVG-эффектов

★ 6.5 · vibe-coding

animejs is a Claude Code skill that enables precise web animations using the Anime.js library, covering timeline sequencing, stagger effects, SVG morphing, and keyframe choreography. The skill includes the core `anime()` function for animating DOM elements, CSS properties, SVG attributes, and plain JavaScript objects; `anime.timeline()` for multi-step sequences with relative offset positioning; and `anime.stagger()` for cascading effects across grids or from a center point. Easing options include spring physics, steps, and cubic-bezier curves. At roughly 9 KB gzipped, Anime.js is a framework-agnostic alternative to GSAP, making this skill practical for vanilla JS, React, or Vue projects that involve SVG path drawing, morphing, or scroll-triggered animations.