This file contains 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
(function(window, document) { | |
/* Modification | |
* reuqestAnimationFrame polyfill https://gist.github.com/paulirish/1579671 | |
* hasFocus for old Opera if (!document.hasFocus) {document.hasFocus = function() {return true}} | |
* Styling with stylesheet: | |
* .snow { | |
* position: absolute; | |
* color: #fff; | |
* top: 0; |
This file contains 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>Graphs</title> | |
<style type="text/css"> | |
body {margin:0} | |
canvas {display:block;background:#eee} | |
</style> | |
</head> |
NewerOlder