kofigyan / StateProgressBar

Android library to realize the various states and transitions in a ProgressBar.
1.55k stars 234 forks source link

How to delay the progress animation when changing current state? #61

Open NoviceGabe opened 3 years ago

SRV2606 commented 3 years ago

I also faced this problem, the delay in animation doesnt works slowly as its shown in the demo of this repo.

My code: app:spb_animationStartDelay="10000" app:spb_animateToCurrentProgressState="true" app:spb_animationDuration="100000"