Skip to content

Instantly share code, notes, and snippets.

@albertsun
Created February 13, 2012 22:00
Show Gist options
  • Save albertsun/1820839 to your computer and use it in GitHub Desktop.
Save albertsun/1820839 to your computer and use it in GitHub Desktop.
kind of fun
/* run on
http://www.nytimes.com/interactive/2012/02/13/us/politics/2013-budget-proposal-graphic.html
*/
setInterval(function(){ console.log("grav .3"); nytg.c.force.gravity(0.05).start();}, 3000);
setTimeout(function(){
setInterval(function() { console.log("grav 0"); nytg.c.force.gravity(0).start(); }, 3000)
}, 2000);
setInterval(function(){ console.log("grav .3"); nytg.c.force.gravity(0.05).start();}, 3000);
setTimeout(function(){
setInterval(function() { console.log("grav 0"); nytg.c.force.gravity(0).start(); }, 3000)
}, 2000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment