crisbeto / angular-svg-round-progressbar

Angular module that uses SVG to create a circular progressbar
https://crisbeto.github.io/angular-svg-round-progressbar/
MIT License
741 stars 173 forks source link

Animation when max changed #209

Open KevinDebeil opened 3 years ago

KevinDebeil commented 3 years ago

Hello, When I change the max and le current values, animation is not fluid at the beginning. It s like the max is applyed directly, and the animation is made by changing the current value from old to new one.