transition

Installation
SKILL.md

/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.

Installs
3
Repository
dragoon0x/optik
First Seen
May 9, 2026
transition — dragoon0x/optik