Transition

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

dragoon0x a4ef278 569 B Updated

File contents

/transition — Transition Tuning

Review all transition declarations:

  1. Replace 'ease' with contextual cubic-bezier curves
  2. Standardize durations (hover: 200ms, state change: 300ms, layout: 400ms)
  3. Ensure all interactive properties are transitioned
  4. Remove transitions on non-interactive elements
  5. Add will-change hints for frequently animated properties

Provide before/after for each change.

dragoon0x/optik/tree/main/source/skills/transition commit a4ef27878b

Frequently asked questions

npx skillmds@latest add dragoon0x/transition