What problem does it solve? Web interfaces often ship with abrupt state changes, missing press feedback, or motion that stutters and ignores reduced-motion settings. This Skill provides structured guidance and ready-to-adapt recipes for implementing, reviewing, and auditing web animations so motion serves a purpose instead of decorating aimlessly. ## Core Features & Use Cases - Implementation recipes: Adaptable CSS and JS patterns for buttons, popovers, tooltips, modals, drawers, toasts, accordions, staggers, hold-to-confirm, drag-to-dismiss, and WAAPI-driven motion. - Motion review and audit: Criteria for evaluating purpose, responsiveness, continuity, semantics, accessibility, and rendering cost, producing ranked findings rather than edits. - Gesture and vocabulary references: Detailed guidance on velocity handoff, interruption, and boundaries, plus a glossary for naming effects described informally. - Use Case: When a dropdown snaps open instantly, use the popover recipe to scale it out of its trigger with the correct transform-origin, then verify reduced-motion behavior in the browser. ## Quick Start Ask the agent to add an entrance animation to the dropdown menu component using the animate skill's popover recipe.