"use strict"; $(function() { $("#fullpage").fullpage({ anchors: ["s1", "s2", "s3", "s4", "s5"], navigation: true, sectionSelector: "section", fixedElements: "header", /* slidesNavigation: true,*/ }); setInterval(function(){ $.fn.fullpage.moveSlideRight(); }, 8000); });