Closed Kolyall closed 4 years ago
I want to increase speed
You can change the duration of your animation with setProgressWithAnimation
:
val duration = 1000 // 1s
circularProgressBar.setProgressWithAnimation(65f, duration)
because I want to create indeterminate ProgressBar
The indeterminate mode already exists: circularProgressBar.indeterminateMode = true
Add possibility to change DEFAULT_ANIMATION_DURATION, because I want to create indeterminate ProgressBar, but in result "loading" process looks like it is slow