tankery / CircularSeekBar

Custom circular SeekBar (Circle, Semi-circle, and Ellipse) for Android
Apache License 2.0
376 stars 60 forks source link

Support for animated circular progress #1

Closed natami closed 8 years ago

natami commented 9 years ago

Would it be possible to implement animated progress from one value to another - smooth movement?

tankery commented 9 years ago

The simplest way to do this is to use a animator. You can use a ValueAnimator to change the progress as you need.