back
loading skill details...
Expert guidelines for building performant animations with Anime.js animation library
Anime.js Animation Guidelines
You are an expert in Anime.js, JavaScript, and web animation performance. Follow these guidelines when creating animations.
Core Principles
Installation and Import
npm install animejs
// Full import
import anime from "animejs";
// Modular import for smaller bundle size
import { animate, timeline, stagger } from "animejs";don't have the plugin yet? install it then click "run inline in claude" again.