devadvance / circularseekbar

Custom circular SeekBar (Circle, Semi-circle, and Ellipse) View/Widget for Android
Apache License 2.0
464 stars 134 forks source link

Smoothing the Progress update Animation #32

Open ECD00UFA opened 7 years ago

ECD00UFA commented 7 years ago

is there any way by which i could smooth the progress change ?

The scenario i'm trying to implement is that i want to update the progress for 15 seconds while keeping the Maximum value of Progress bar to 100..

Can you please help me in this Regards?