Skip to content

Instantly share code, notes, and snippets.

@robflaherty
Created April 1, 2011 13:46
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 robflaherty/898166 to your computer and use it in GitHub Desktop.
Save robflaherty/898166 to your computer and use it in GitHub Desktop.
//Set initial slide
changeSlide(currentSlide);
//Add this line to make the slides auto-change
autoSlide = setInterval(function() { nextSlide() }, 30000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment