fix(web): standardize transition durations to 0.15s #73

Closed
opened 2026-02-13 19:01:18 +00:00 by forbes · 0 comments
Owner

Ref: docs/STYLE.md § Transitions & Animation

All interactive state changes should use transition: all 0.15s ease.

Deviations found:

  • CategoryPicker.tsx:75 — uses 0.1s
  • AppShell.tsx:61 — uses 0.2s
  • AuditSummaryBar.tsx:43 — uses 0.2s

Fix: Change all transition durations to 0.15s. Also ensure the property is all rather than scoped to a single property (e.g. background-color 0.1sall 0.15s ease).

**Ref:** `docs/STYLE.md` § Transitions & Animation All interactive state changes should use `transition: all 0.15s ease`. **Deviations found:** - `CategoryPicker.tsx:75` — uses `0.1s` - `AppShell.tsx:61` — uses `0.2s` - `AuditSummaryBar.tsx:43` — uses `0.2s` **Fix:** Change all transition durations to `0.15s`. Also ensure the property is `all` rather than scoped to a single property (e.g. `background-color 0.1s` → `all 0.15s ease`).
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kindred/silo#73