Transition

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

dragoon0x 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/.codex/prompts/transition commit a2d4674a87

Frequently asked questions

npx skillmds@latest add dragoon0x/transition-3