react-circular-progressbar
react-circular-progressbar copied to clipboard
Is there any way to make it rotate when -1 is the progress Circular Indeterminate
I mean like material ui has :) Circular Indeterminate
https://material-ui.com/components/progress/
I have a hacked up version here using CSS keyframes: https://codesandbox.io/s/mqqq8r0kk8
There's probably a much better way to do it, though. If anyone wants to look into how it's done with other libs and try to adapt it to this component, PRs are welcome.