facebookarchive / shimmer-android

An easy, flexible way to add a shimmering effect to any view in an Android app.
http://facebook.github.io/shimmer-android/
Other
5.31k stars 698 forks source link

[Feature Request] support for delayed stopping #68

Closed vipulasri closed 5 years ago

vipulasri commented 5 years ago

There should be an option/feature to stop the animation/visibility that waits a minimum time to be dismissed. It should be visible/animate for a minimum amount of time to avoid "flashes" in the UI.

xiphirx commented 5 years ago

I'm not sure what you're requesting, but couldn't you just post a delayed runnable to do this for you?