Add micro-interactions and motion feedback to UI components. Analyzes interaction nodes and outputs complete, runnable CSS/JS animation code.
Identify interaction nodes and output complete, runnable code with animations — click effects, icon transitions, error shakes, loading states.
AI-written UIs are often static. interaction-design fills that gap — not just adding a transition, but identifying what animation fits each node, what easing curve to use, and for how long.
CSS-first — only use JS for complex sequences or physics-based springs. For React, prefer the Motion library.
Add a password visibility toggle to the login form with animation and error shake state