Finishing Animation for Indertiminate progress
kuwapa opened this issue · 4 comments
Hey,
Thankx for this library. I just have one request. Could you please add a method to finish the animation for indeterminate progress?
Simply hiding the progress bar suddenly when the background task is complete looks janky and I would love for the animation to complete the full circle before dissapearing. Please add that if its not too much work..
Thankx
Glad to see this library is helpful to you. Unfortunately, I am no longer actively maintaining this library.
On top of that, I don't think the official Material indeterminate loader has a finishing animation, so I would be hesitant to deviate from that. (I haven't done any android dev in a while so correct me if I'm wrong)
Oh, thats too bad..
Thankx anyways for making this library. I've created a work-around for now by making the progress bar fade out instead of simply hiding it so its not looking that janky now.
I'm not sure whether the official design of the circular progress bar has a finishing animation or not, but I saw that a finishing animation in a horizontal bar from another library was looking really nice, so I thought it would look good on this as well.
Had the same issue when i started... I used it for my final year project. You can refer to the response here
https://github.com/rahatarmanahmed/CircularProgressView/issues/6
For anyone who's still have the same issue – i've found an easy workaround. Just use two CircularProgressViews. Determinate view over the indeterminate view. You can use indeterminate for progress indication, and determinate view for the "finish" animation.
And that's it :)