-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add option to disable UI animations #1813
Comments
On Linux without graphical acceleration (eg. in VM/Docker container), animations like cursor blinking acts as a cpuburn. When there is no animation involved, this is perfect, but as soon as we entered text in a field (the cursor blink), This would be great to be able to disable animations. |
This will be in v2.4.0, can be tested on develop already :) |
This should not turn off all animation usage, but should be made available to UI so that animations that think they are optional can opt out of displaying and just show the last frame instead.
For example:
Non-optional:
The text was updated successfully, but these errors were encountered: