Hi, I love your library.
Currently, I'm implementing multipage registration with viewpager and using your library to show the current progress.
But, I found if it will more 'nice to see?' if the animation start from previous progress.
fun progressAnimate() { ... }
// instead of reset the value to 0, why not using the old progress value
Hi, I love your library.
Currently, I'm implementing multipage registration with viewpager and using your library to show the current progress.
But, I found if it will more 'nice to see?' if the animation start from previous progress.