Closed natami closed 8 years ago
Would it be possible to implement animated progress from one value to another - smooth movement?
The simplest way to do this is to use a animator. You can use a ValueAnimator to change the progress as you need.
Would it be possible to implement animated progress from one value to another - smooth movement?