Created
December 16, 2010 14:01
-
-
Save nocksock/743419 to your computer and use it in GitHub Desktop.
Snow in under 190 chars. jQuery required.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
setInterval('$("<s>❅</s>").appendTo("html").css({zIndex:999,color:"#ddf",position:"absolute",top:0,left:Math.random()*95+"%"}).animate({top:$("body").height()-20+"px"},4000)',300); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment