AndrewRayCode / crowd-snow

A Javascript snow library
4 stars 0 forks source link

Suggestion - Static snowflakes fallback. #3

Open apbarratt opened 9 years ago

apbarratt commented 9 years ago

I would love for an option to be added, just a boolean staticFallback

Basically, if staticFallback is set to true, then in browsers with no CSS3 animation support, just randomly place some non-animated snow flakes, just to keep that magic snow feel. It's surprising how plain the background of a page looks when they just don't render at all.

AndrewRayCode commented 9 years ago

haha, noted. I haven't touched this in a long time, but i'll see if it's a quick fix. pull requests welcome, of course. the code is very small.