What problem does it solve?
Inconsistent UI feedback across interactive elements leads to a jarring user experience. This skill provides guidelines to standardize motion, focus states, and feedback sounds so users perceive responsiveness and clarity when interacting with buttons, menus, and cards.
Core Features & Use Cases
- Motion & micro-interactions: Replace standard HTML interactive tags with Framer Motion equivalents and implement smooth spring animations for hover and tap states.
- Generative sound feedback: Use a centralized AudioContext-based utility for hover and click sounds without pulling in external assets, ensuring consistent audible feedback across interactions.
- Accessibility & semantics: Enforce proper semantic elements and accessible ARIA labels, ensuring keyboard navigability and screen reader compatibility for all interactive controls.
Quick Start
Apply Framer Motion for hover and tap states across interactive components and wire in the shared interaction sound utility for feedback.