Home › Forums › JavaScript › Moving box auto scroll and loop › Re: Moving box auto scroll and loop
February 5, 2013 at 8:51 am
#123439
Member
open the slider.js
go to 77. line
write:
setInterval( function() {
base.change(base.curPanel + 1);
}, 5000 );
goodluck