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

Without jQuery Version #55

Closed muratcesmecioglu closed 4 years ago

muratcesmecioglu commented 4 years ago

Hello. First of all, thank you for this plugin. I've been using since 2014 on my blog. But now i redesign my theme and i don't want to use big jquery core just for this plugin. As a javascript noob, i purified this plugin from jquery but i removed some features. Like shadow or device orientation. I am hoping this will be a guide to who want to use without jquery. It will be allways round, no shadow, no image. It based on Version 1.51 Dec 2nd 2012.

https://github.com/muratcesmecioglu/LetItSnow.JS

loktar00 commented 4 years ago

Hey @muratcesmecioglu Nice job on the script. I actually made a purejs version years ago that is included with this ( I haven't looked in so long) but it's pretty much feature parity with the JQ version.

Indexpure.html in the examples directory uses it and shows how to instantiate it, etc.

https://github.com/loktar00/JQuery-Snowfall/blob/master/examples/indexpure.html

muratcesmecioglu commented 4 years ago

All these years and i missed it :) But it was very educational for me.