skyfishjy / android-ripple-background

A beautiful ripple animation for your app
MIT License
2.26k stars 579 forks source link

Smooth stop animation #22

Open melihcolpan opened 8 years ago

melihcolpan commented 8 years ago

Is there any way to stop animation smooth?

bkoruznjak commented 8 years ago

I have submitted a pull request on this subject. Until the Author responds you can create a new RippleBackground class and modify it like so:

https://github.com/skyfishjy/android-ripple-background/pull/27/commits/362045a0add9ee48db3aa986553625d77278743e

This should finish the already moving circles and not repeat the new cycle. Cheers