All Skills
Frontend Design

interaction-design

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.

What Problem It Solves

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.

Covered States

Principles

CSS-first — only use JS for complex sequences or physics-based springs. For React, prefer the Motion library.

Example Prompt

Add a password visibility toggle to the login form with animation and error shake state

#animation#micro-interactions#CSS#UX