๐ฌuseAnimateAnimate any DOM element or CSS selector. Reactive options โ change a prop, the animation updates automatically.
๐ useTimelineOrchestrate multiple animations in sequence or in parallel with a fully reactive Anime.js timeline.
โฑ๏ธuseTimerDrive logic with a high-precision timer that plays, pauses, and seeks like any other animation.
๐ฏuseAnimatableTurn any numeric value into a spring- or easing-driven reactive ref you can bind directly to your template.
๐ฑ๏ธuseDraggableAdd physics-based drag interactions to elements with snap, bounds, and momentum out of the box.
๐useLayoutAnimate layout transitions โ elements entering, leaving, or moving in the DOM get smooth FLIP animations.
๐useWaapiDrop down to the native Web Animations API when you need GPU-composited animations with zero overhead.
๐ญuseScopeScope a group of animations to a component โ they all pause, resume, and clean up together.