The Short Answer
Micro-interactions are the small moments where your interface says: “I see you. I’m responding. Keep going.”
They turn dead interfaces into living ones.
The 4 Parts of Every Micro-Interaction
- Trigger — What starts it? (tap, hover, scroll)
- Rules — What happens? (animation, sound, color change)
- Feedback — What does the user see? (the animation itself)
- Loops & Modes — What happens on repeat? (does it change?)
20 Micro-Interaction Examples
Onboarding
- Progress bar fills smoothly as users complete steps
- Checkmark animates when a step is done
Buttons
- Scale down slightly on press
- Ripple effect on tap (Material Design)
- Color change on hover
Forms
- Green border appears when a field is valid
- Shakes when an error is detected
- Checkmark animates when field is filled
Loading States
- Skeleton screen fades in
- Shimmer effect across loading content
- Progress bar fills percentage
Navigation
- Hamburger menu morphs to X when open
- Tab indicator slides between tabs
- Page transition slides left/right
Feedback
- Like button explodes with hearts
- Toggle switches with smooth animation
- Pull-to-refresh spinner
Confirmation
- Confetti burst on purchase complete
- Green checkmark on form submission
- Haptic vibration on success
Scrolling
- Parallax effect on images
- Infinite scroll loader appears at bottom
- Scroll progress bar at top
Hover States
- Card lifts with shadow
- Image slightly enlarges
- Color overlay appears
Notifications
- Badge counter bounces when new
- Toast slides in from bottom
- Bell icon shakes for alerts
Design Principles
Make It Purposeful
Every micro-interaction should solve a problem, not add decoration.
Keep It Subtle
The best micro-interactions are noticed at the subconscious level. Not obnoxious. Not distracting.
Match the Brand
A playful brand gets playful interactions. A corporate brand gets clean, restrained ones.
Respect Performance
Animation should be smooth (60fps). If it’s choppy, skip it.
Always Provide an Escape
Users should be able to skip or disable animations (accessibility).
Tools for Micro-Interactions
| Tool | Best For |
|---|---|
| Figma + Smart Animate | Prototyping micro-interactions |
| Lottie | Lightweight animations for development |
| GSAP | Advanced web animations |
| Framer Motion | React animations |
| Principle | Interactive prototyping |
| After Effects + Lottie | Complex animated illustrations |
Common Mistakes
- Animation for animation’s sake — Does it add value?
- Too long — 300ms is usually enough. Don’t make users wait.
- Inconsistent — Same action, different response. Confusing.
- Ignoring accessibility — Reduced motion must be respected.
- Breaking expectations — If a toggle slides right, don’t make it slide down.
The Bottom Line
Micro-interactions are the difference between a product that feels dead and one that feels alive. They’re small, they’re subtle, and they matter more than you think. Start with 5 key interactions. Make them perfect. Add more later.