Skip to content

Instantly share code, notes, and snippets.

@dstoc
Created January 22, 2015 05:19
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 dstoc/a52280078170cda0d294 to your computer and use it in GitHub Desktop.
Save dstoc/a52280078170cda0d294 to your computer and use it in GitHub Desktop.
<body>
<script>
onclick = function() {
document.body.animate([{background: 'black'}, {background: 'white'}], 1000);
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment