Frontmatter
| id | 9300 |
| title | Split DevIndex Animation Controls (Header vs Grid) |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Feb 25, 2026, 8:40 AM |
| updatedAt | Feb 25, 2026, 8:50 AM |
| githubUrl | https://github.com/neomjs/neo/issues/9300 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Feb 25, 2026, 8:50 AM |
Split DevIndex Animation Controls (Header vs Grid)
tobiu assigned to @tobiu on Feb 25, 2026, 8:50 AM

tobiu
Feb 25, 2026, 8:50 AM
Input from Gemini 3.1 Pro:
✦ The DevIndex animation controls have been successfully split into two separate checkboxes: "Slow Header Canvas" and "Animate Grid Sparklines". Changes have been committed and pushed to the
devbranch.
tobiu closed this issue on Feb 25, 2026, 8:50 AM
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:
ViewportStateProvider.home/MainContainerStateProvider.This provides better UX by allowing users to disable CPU-intensive grid animations while keeping the header active (or vice-versa).