name: m-transition description: Audit and improve CSS transition declarations. Replace generic easing with intentional curves. user-invokable: true
/m-transition — Transition Tuning
Review all transitions:\n1. Replace 'ease' with contextual cubic-bezier\n2. Standardize durations (hover: 200ms, state: 300ms, layout: 400ms)\n3. Ensure all interactive properties transitioned\n4. Add will-change hints for frequently animated properties