LoadingIndicator done state #3590
patrick246
started this conversation in
Ideas
Replies: 1 comment
-
|
Hi @patrick246. Thank you for your input. This is definetly a cool feature for the loading indicator but won't make it to our top priority list 😄 . We are more than happy if you are interested in contributing… |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
After finishing to load something, I want to indicate to the user that something is done. While this can be achieved by replacing the loading indicator with an appropriate icon, this would be smoother and better integrated if the LoadingIndicator component had a done state that could be used for this purpose.
With better integration I mean integration into the animation state, so that the dots can be replaced when they are all gone and then a checkmark can appear. Similarly, the circle loading animation could morph into a checkmark.
Proposed solution
Add a done prop to the LoadingIndicator component and transitions for both loading animations into a done state.
Confirmations
Beta Was this translation helpful? Give feedback.
All reactions