v0.1.0
Initial release
Vue 3 composables for Anime.js v4 — reactive animations that integrate naturally with Vue's reactivity system and component lifecycle.
Composables
| Composable | Description |
|---|---|
useAnimate |
Animate DOM elements with reactive targets and options |
useRawAnimate |
Direct Anime.js animate() wrapper with full control |
useTimer |
Reactive timer with play/pause/restart |
useTimeline |
Chainable animation sequences |
useAnimatable |
Animatable object values |
useDraggable |
Draggable elements via Anime.js |
useLayout |
Layout animations |
useSvg |
SVG drawing and morphing animations |
useText |
Text animation utilities |
useWaapi |
Web Animations API wrapper |
useScope |
Scoped animation context |
All composables clean up automatically on onUnmounted.
Note: This is an early release — the API may change before
1.0.0.