Snow Animation

Lavos

Master
I like that the snow changes directions depending on where you have your mouse pointer, very nice =D
 

Finch

Apprentice
i think it's just about the most annoying forum feature imaginable.

"You know what would really bug the shit out of people? Lets have little white spots flying all over the place and tell people it's snow!"
 

eppy

Grandmaster
Should have the snow pile up whenever the user's browser is idle. Then we can scrape it off with our mouse pointer. :)
Snow piling is enabled in the code. It just isnt working.

And if you want to turn it off, use a greasemonkey script with the following:

Code:
snowStorm.stop();
snowStorm = null;

The null isnt really needed, but it gets rid of the object.
 
Top