-
-
Notifications
You must be signed in to change notification settings - Fork 202
Split DevIndex Animation Controls (Header vs Grid) #9300
Copy link
Copy link
Closed
Labels
Description
Currently, a single "Show Animations" checkbox in DevIndex controls both the header canvas animation speed and the grid sparkline animations. This is too coarse.
We need to split this into two granular controls:
- Slow Header Canvas: Controls the speed of the background canvas in the header. State will live in
ViewportStateProvider. - Animate Grid Sparklines: Controls the sparkline pulses inside grid cells. State will live in
home/MainContainerStateProvider.
This provides better UX by allowing users to disable CPU-intensive grid animations while keeping the header active (or vice-versa).
Reactions are currently unavailable