Skip to content

Instantly share code, notes, and snippets.

@stonean
Created February 17, 2012 23:05
Show Gist options
  • Save stonean/1855983 to your computer and use it in GitHub Desktop.
Save stonean/1855983 to your computer and use it in GitHub Desktop.
Showoff Autorotate
$(document).ready(function(){
setInterval("nextStep()", 20000);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment