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

Preserve Loading Spinner When System Animations are Disabled #138

Open
MalcolmReed-ent opened this issue Jan 2, 2025 · 0 comments
Open
Assignees
Labels
🚀 Feature request New feature request or improvement

Comments

@MalcolmReed-ent
Copy link

MalcolmReed-ent commented Jan 2, 2025

Why you want this feature to be implemented? Please describe.
I use a potato phone and im not a fan of the animations on it, it uses more cpu usage thus using more battery power and i like it shut off. However this also affects the book loading spinner animation, it doesnt spin when the remove system animations is on, and i was wondering if its possible to keep it running, its not really necessary just more of a preference since i like looking at it spinning when a book is being loaded, as stupid as it is sound.

Describe the feature you'd like to be implemented
The loading spinner animation could be implemented using ValueAnimator combined with LinearInterpolator. This technical approach would allow the spinner to function independently of system animation settings, ensuring it continues to provide visual feedback while maintaining minimal performance impact.

Describe alternatives you've considered
Just not doing it, it isn't really a necessary feature its really more of a personal preference, at the end of the day this approach allows you to keep animations running, but it might not be the best user experience, since other users might have disabled animations for accessibility reasons.

@MalcolmReed-ent MalcolmReed-ent added the 🚀 Feature request New feature request or improvement label Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚀 Feature request New feature request or improvement
Projects
None yet
Development

No branches or pull requests

2 participants