Skip to content

Instantly share code, notes, and snippets.

@nocksock
Created December 16, 2010 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nocksock/743419 to your computer and use it in GitHub Desktop.
Save nocksock/743419 to your computer and use it in GitHub Desktop.
Snow in under 190 chars. jQuery required.
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