loktar00 / JQuery-Snowfall

Makes it snow on any web page or specific element.
http://loktar00.github.io/JQuery-Snowfall/
712 stars 221 forks source link

Fix canvas color value to follow the set flakeColor option. #44

Closed JimmyMultani closed 8 years ago

JimmyMultani commented 8 years ago

At the moment, changing the flakeColor will not update the color of the pile up in the canvas, because it has hard-coded hex values. This update will fix that.

loktar00 commented 8 years ago

Nice catch! Merged.