A comprehensive wrapper for Anime.js v4, covering the full API from basic DOM animations to timelines, SVG morphing, scroll triggers, and draggable elements. This is worth using if you're doing any serious animation work in vanilla JS or React, since it includes the newer v4 features like createLayout for state-based animations and onScroll for parallax effects. The documentation is thorough, covering everything from spring physics and stagger grids to WAAPI synchronization. One practical note: v4 is fully modular, so you can tree-shake what you don't need. Good for motion-heavy UIs where you want fine control without pulling in GSAP or Framer Motion.
npx skills add https://github.com/bowtiedswan/animejs-skills --skill animejs