Skip to content

Instantly share code, notes, and snippets.

@ShahinAhmed7
Created July 26, 2017 08:04
Show Gist options
  • Save ShahinAhmed7/3fbee6c82fe74a83fbe073dd2033db87 to your computer and use it in GitHub Desktop.
Save ShahinAhmed7/3fbee6c82fe74a83fbe073dd2033db87 to your computer and use it in GitHub Desktop.
//home-8 fullpage js active
if ($.fn.fullpage){
$('#fullpage').fullpage({
continuousVertical: true,
Navigation:true,
afterRender: function () {
setInterval(function () {
$.fn.fullpage.moveSectionDown();
}, 10000);
}
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment