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 should not restart onChange #149

Open MickL opened 6 years ago

MickL commented 6 years ago

When [current] changes the animation starts again from the beginning(0%). Instead it should just move to new current (e.g. 10% to 12%).

Version: 1.1.1 (since 1.2 is not working on Angular 4/5)

The demo looks fine but not for my project using Angular 4.3.6

ghost commented 6 years ago

I'm experiencing the same issue.