auto-animate
Installation
SKILL.md
AutoAnimate
Zero-config, drop-in animation utility that adds smooth transitions to any web app. 1.9KB, works with React, Vue, Svelte, Solid, and vanilla JS.
Quick Start
npm install @formkit/auto-animate
import autoAnimate from '@formkit/auto-animate';
// Apply to any parent element
autoAnimate(document.getElementById('list'));
That's it. Children added, removed, or moved will animate automatically.