You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: