bootsoon / ng-circle-progress

A simple circle progress component created for Angular based on SVG Graphics.
https://bootsoon.github.io/ng-circle-progress/
MIT License
250 stars 85 forks source link

Progress bar starts from 0 on every update to [percent] #123

Closed CD-UNCC closed 4 years ago

CD-UNCC commented 4 years ago

Please see stackblitz here

Why does the progress bar animation going from say 25% to 50% have to start from 0? Why is the animation not animating going from 25 to 50?

full stackblitz here. Just an interval updating percent

bootsoon commented 4 years ago

@CD-UNCC set startFromZero = false

ajuanjojjj commented 2 years ago

Having this a bit more clear on the docs would go a long way, it really does look like a bug when first seeing it.

Just changing the "Whether to start the percent from zero" description to "Whether to start the animation from zero percent" would help, but it might be a good idea to give it a bit more importance