Animations
Animating UI with motion-v + AOS
Feb 28, 2026
Motion can make interfaces feel alive, but it should never get in the way.
Quick tip
Use small, purposeful motion—like slight elevation on hover and gentle fade-ins—to guide attention without overwhelming.
Setup
- Use
motion-vfor component-based animations. - Use
aosfor scroll-based entry animations.
Keep your motions consistent and respect prefers-reduced-motion.