Closed yamenshahin closed 9 years ago
And changed this code: snowTimeout = requestAnimationFrame(function(){snow()}); to this snowTimeout = window.requestAnimationFrame(function(){snow()});
Thanks for helpful plugin
ah wow.. I didn't realize Safari didn't have requestAnimationFrame
, in the last update I pulled out the polyfill for it, suppose I'll add it back!
Maybe use modernizr like function to detect if requestAnimationFrame is available?
eh I'd prefer not to add a large dependency like that Ill just readd the polyfill
https://github.com/loktar00/JQuery-Snowfall/issues/25 Moved to this issue
I tested this plugin. It doesn't work on safari
No movement