motion-react
Installation
SKILL.md
motion-react — Motion for React
Overview
Implements UI animation in React with Motion — the library previously published as
framer-motion, independent since late 2024 and published as the npm package motion
(import from "motion/react"). The skill covers the DOM product-UI animation surface:
declarative enter/exit, variant orchestration, layout and shared-element transitions,
motion values and number tickers, and gesture states — with three non-negotiables woven
through: reduced-motion accessibility, compositor-friendly performance, and
restraint (purposeful, short, consistent motion — especially in data-dense tools).
It also owns the "do I even need Motion?" decision: many jobs are better served by plain
CSS or a one-line AutoAnimate call.