vinodselvin / Circular-Progress-Bar

HTML Circular Progress Bar, Jquery: https://vinodselvin.github.io/Circular-Progress-Bar/html_jquery/, Angular: https://vinodselvin.github.io/Circular-Progress-Bar/html_angular/, Javascript: https://vinodselvin.github.io/Circular-Progress-Bar/html_javascript/
https://vinodselvin.github.io/Circular-Progress-Bar
1 stars 3 forks source link

Dynamic percentage filling problem #1

Open vinodselvin opened 5 years ago

vinodselvin commented 5 years ago

eg. if it is 30% filled, again if iam increasing value to 50%, it is starting again from 0 to 50%, where as it should start from 30 to 50.

WizardOfArc commented 5 years ago

@vinodselvin https://github.com/vinodselvin/Circular-Progress-Bar/pull/2 a small change (in the vanilla javascript part) to allow animating from non-zero levels