-
Notifications
You must be signed in to change notification settings - Fork 229
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
2 Different Loading Animations #478
Comments
Imho, the rectangle animation is better, but the spinner is more typical. I agree it should be made consistent. If the 2 animations represent something different from each other, that should be clarified. Else, maybe both could always run simultaneously, like on the app's opening update. |
I would suggest showing the rectangle shimmer for the first time when no data is available. However, after the data has been loaded once, for refreshing purposes, you can switch to displaying a rounded progress bar. |
When you pull down to refresh there's a loading animation of a circle. When you press the circle arrow to check for updates it shows a bunch of rectangles doing an animation. I think it would be best to pick one or the other and make it happen for both update check methods
The text was updated successfully, but these errors were encountered: