Animations
Micro-Interactions That Feel Instant
Micro-Interactions That Feel Instant
Micro-interactions are tiny transitions that tell users the interface is alive. The best ones are quick, clear, and almost invisible.
Golden timing
- Hover: 120-180ms
- Pressed: 80-120ms
- Success state: 200-300ms
Where to apply
- Buttons and toggles
- Input focus states
- Card hover elevation
- Icon feedback
Motion rules
Favor transform and opacity for smooth rendering. Avoid layout-changing properties in frequent interactions.
Easing
Use short ease-out curves for responsiveness. Save elastic or bouncy effects for rare delight moments.
UX impact
Great micro-interactions reduce uncertainty. Users feel that clicks are registered and state changes are intentional.

Comments
0Sign in to leave a comment.