JetradarMobile / android-snowfall

Fully customizable implementation of "Snowfall View" on Android.
Apache License 2.0
1.17k stars 173 forks source link

Add ability to stop snowfall without making it disappear #11

Closed scottdweber closed 6 years ago

scottdweber commented 6 years ago

Previously, the only way to stop the snowfall was to make the SnowfallView GONE, meaning that the snow would immediately disappear. With this change, one can stop the snowfall, but any snowflakes that are already visible on the screen will continue falling.

This functionality was added for use within the Expedia app in December 2017. ezgif-4-d8771ec81e

scottdweber commented 6 years ago

@johnkil Please let me know your thoughts here. This PR has been open for 2 months with no feedback. Thanks!

johnkil commented 6 years ago

@scottdweber good job 👍