What problem does it solve? Interfaces often feel sluggish or unpolished because of subtle animation mistakes: wrong easing curves, excessive durations, scale-from-zero entrances, and non-interruptible keyframes. This Skill encodes Emil Kowalski's design engineering philosophy to help you diagnose and fix these invisible details in UI code. ## Core Features & Use Cases - Animation Decision Framework: Decide whether an element should animate at all, which easing curve to use, and how long it should run based on interaction frequency and purpose. - Structured UI Reviews: Get Before/After/Why markdown tables identifying issues like transition: all, ease-in on dropdowns, missing :active states, and incorrect transform-origin on popovers. - Implementation Guidance: Apply concrete CSS and React patterns for springs, clip-path reveals, gesture damping, stagger animations, @starting-style entries, and reduced-motion accessibility. - Use Case: Paste a dropdown or modal component and receive a table of specific fixes, such as replacing a 400ms ease-in transition with a 200ms custom ease-out curve and origin-aware scaling. ## Quick Start Ask the assistant to review your button, popover, or drawer component's animation code and list what feels off with concrete fixes.