Hover Lift
A micro-interaction pattern that lifts elements on hover using translateY and an enhanced shadow, providing tactile feedback.
Live Demo
CSS Implementation
React Implementation
Lift Variants
Guidelines
- Always pair translateY with an increased box-shadow for a realistic lift.
- Keep transition duration between 150ms-250ms for responsive feel.
- Use ease or ease-out timing functions, never linear.
- Apply only to interactive elements (cards, buttons, links).
- Use the "subtle" variant for dense lists to avoid excessive motion.