Created
June 22, 2015 21:14
-
-
Save Zillionx/6bf3f2679f0d615cf2cd to your computer and use it in GitHub Desktop.
Startup Design Framework - slide autoscrolling
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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