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
could be extended with new inputs: 'detIndeterminate' | 'detBuffer' | 'detQuery' or
2
a new @Input() addDetermination could be introduced to combine determination with animation.
3
mode: 'indeterminate' | 'buffer' | 'query' and the occurence of value could yield to the desired behaviour, but could possibly "break/alter" current UX.
Is there anything else we should know?
I would like to know how you like the idea?
The text was updated successfully, but these errors were encountered:
@jelbourn I tried to make something work, but no success yet. Lets say my mode="indeterminate" and my value="50". What do I have to stretch out where? Can't make it work to make a solid progressbar to 50%.
Could you fork my stackblitz?
Uh oh!
There was an error while loading. Please reload this page.
Please describe the feature you would like to request.
Add the ability to combine different modes.
What is the use-case or motivation for this proposal?
Lets say your progress is jumpy and goes from 0 to 50 to 100. It would be nice to still have some animations going.
HERE! I hacked my solution by layering two progress bars.
So
1
could be extended with new inputs:
'detIndeterminate' | 'detBuffer' | 'detQuery'
or2
a new
@Input() addDetermination
could be introduced to combine determination with animation.3
mode: 'indeterminate' | 'buffer' | 'query'
and the occurence ofvalue
could yield to the desired behaviour, but could possibly "break/alter" current UX.Is there anything else we should know?
I would like to know how you like the idea?
The text was updated successfully, but these errors were encountered: