booncol / Pulsator4Droid

Pulse animation for Android
MIT License
1k stars 173 forks source link

Bug fix for PulsatorLayout not animating on view out of window #15

Closed mumayank closed 7 years ago

mumayank commented 7 years ago

This happens when the view is inside any scrollable view ie, ScrollView, RecyclerView, ListView, etc.

start and stop animation onAttachedToWindow and onDetachedFromWindow respectively

mumayank commented 7 years ago

Starting a new pull request with an even better solution.