Skip to content

Instantly share code, notes, and snippets.

@Zillionx
Created June 22, 2015 21:14
Show Gist options
  • Save Zillionx/6bf3f2679f0d615cf2cd to your computer and use it in GitHub Desktop.
Save Zillionx/6bf3f2679f0d615cf2cd to your computer and use it in GitHub Desktop.
Startup Design Framework - slide autoscrolling
// paste this code in script.js
function autoScrolling()
{ $('.header-1-sub .control-next').click(); setTimeout("autoScrolling();", 8000 /* 8 secs */ ); }
autoScrolling();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment