Loading...
Loading...
Loading...
Shared Framer Motion easing curves, durations, and physics constants.
Install
npx bouncekit@latest add animationsImport
import { Animations } from "@/lib/animations.ts"import { transition, variants, spring, stagger } from "@/lib/animations"
<motion.div
initial={variants.fadeIn.initial}
animate={variants.fadeIn.animate}
transition={transition.smooth}
/>
// Shared easing curves, durations, and spring configs.API Reference
Extends native HTML attributes — no custom props.
Source
src/lib/animations.ts