Design Hover Interactions
Motion & Interaction · hover
Updated 2026-07-28
- Hover exists only where pointing exists.
- Use hover for:
- Preview.
- Additional information.
- Subtle feedback.
- Do not hide critical actions only on hover.
- Consider:
- Touch devices.
- Keyboard users.
- Accessibility.
- Hover should enhance, not control access.
Related guides