Tactile Interaction Curves

Physics-feeling micro-interactions for buttons, cards, list rows, toggles, menus, and modals — ease- out hover-in under 300ms, faster hover-out, a fast :active press with scale(0.97–0.98), and no `transition: all … linear`. Use this whenever writing or reviewing CSS/Tailwind/styled-components that includes :hover, :active, :focus, transition, transform, animation, or any interactive state, and whenever the user says "make it feel premium / tactile / responsive / snappy / alive", "hover effect", "click animation", "button feedback", "it feels flat / laggy / janky", or asks for a polished interactive component — even if they don't mention motion.

fernandokylas Updated

File contents

fernandokylas/editorial-web-craft/tree/main/skills/tactile-interaction-curves commit aeed1e4925

Frequently asked questions

npx skillmds@latest add fernandokylas/tactile-interaction-curves