Production-ready motion primitives that run on the CSS engine for maximum performance. Familiar API, zero learning curve.
Native whileHover and whileTap support for instant tactile feedback.
Complex multi-step animations using simple array values. Optimized CSS output.
Advanced pathLength and pathOffset controls for stunning vector reveals.
Orchestrate complex staggered animations with named states and children propagation.
Get up and running in seconds. No complex setup required.
Install the package using your favorite package manager.
Import and use components directly in your application.
import { Motion } from '@bugzx-motion/next'; export default function App() { return ( <Motion.div animate={{ y: 50 }} transition={{ duration: 0.5 }} /> ); }