What problem does it solve? Animation code often passes review because it technically runs, yet feels sluggish, fires too often, or drops frames. This Skill applies a strict motion-craft bar to animation diffs so feel-breaking regressions are caught before merge. ## Core Features & Use Cases - Ten Non-Negotiable Standards: Checks justified motion, frequency-appropriateness, easing, sub-300ms durations, transform origin, interruptibility, GPU-only properties, accessibility, asymmetric timing, and cohesion. - Escalation Triggers & Remedial Hierarchy: Flags transition: all, scale(0), ease-in on UI, and layout-property animation on sight, then proposes fixes ordered from deletion down to polish. - Standards Reference: Pulls exact easing curves, duration tables, spring configs, and gesture rules from STANDARDS.md for cited findings. - Use Case: Paste a pull request diff adding a dropdown or toast animation and receive a findings table plus a Block or Approve verdict grouped by impact tier. ## Quick Start Review the animation code in this pull request diff and give me the findings table and verdict.