- What element types are supported?
- Buttons, cards, links, images. Each has category-specific effects (cards get lift, images get zoom, text gets underline animations).
- Does focus-visible work too?
- Yes — hover effects also apply to keyboard focus. Essential for accessibility — users navigating with Tab should see the same visual feedback.
- Will the animation work on touch?
- Hover is mouse-only. On touch, the effect shows briefly after tap. For touch-specific feedback, combine with :active styles.
- What's a subtle vs dramatic effect?
- Subtle: slight shadow increase, small scale (1.02). Dramatic: big scale, rotation, color shift. Subtle is safer; dramatic for landing pages and CTAs.