[PR #2191] Make shimmer animations optional #10225

Closed
opened 2026-02-16 18:14:50 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/2191

State: closed
Merged: No


The animations can be distracting in some environments, plus they also cause continuous rerendering.
This adds a config to disable them.

Example configuration:

...
"tui": {
  "animation": false
}
**Original Pull Request:** https://github.com/anomalyco/opencode/pull/2191 **State:** closed **Merged:** No --- The animations can be distracting in some environments, plus they also cause continuous rerendering. This adds a config to disable them. Example configuration: ```jsonc opencode.json ... "tui": { "animation": false } ```
yindo added the pull-request label 2026-02-16 18:14:50 -05:00
yindo closed this issue 2026-02-16 18:14:50 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#10225