Skip to content
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

Closed
andydotxyz opened this issue Jan 16, 2021 · 2 comments
Closed

Add option to disable UI animations #1813

andydotxyz opened this issue Jan 16, 2021 · 2 comments
Assignees
Labels
enhancement New feature or request Hacktoberfest Issues that count towards Hacktoberfest scores.

Comments

@andydotxyz
Copy link
Member

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:

  • Tab indicator
  • Text cursor
  • Buttton taps

Non-optional:

  • progress bar
@nemunaire
Copy link

nemunaire commented Mar 19, 2023

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), llvmpipe, the mesa fallback library when there is no acceleration available, consume 100% CPU. The interface is still reactive through.

This would be great to be able to disable animations.

@andydotxyz
Copy link
Member Author

This will be in v2.4.0, can be tested on develop already :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Hacktoberfest Issues that count towards Hacktoberfest scores.
Projects
None yet
Development

No branches or pull requests

2 participants