shts / StoriesProgressView

show horizontal progress like instagram stories.
Apache License 2.0
885 stars 203 forks source link

Implement ObjectAnimator APIs in place of Animation APIs #54

Open nikhiljainlive opened 11 months ago

nikhiljainlive commented 11 months ago

Description: Replace Animation API with ObjectAnimator API for improved performance.

Reference: https://developer.android.com/develop/ui/views/animations/reposition-view

nikhiljainlive commented 11 months ago

@shts Could we consider these changes? Also could you test these changes whenever available?