M Transition

Audit and improve CSS transition declarations. Replace generic easing with intentional curves.

dragoon0x 0ef4740 427 B Updated

File contents

/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

dragoon0x/meridian/tree/main/source/skills/m-transition commit 0ef474008e

Frequently asked questions

npx skillmds@latest add dragoon0x/m-transition