Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Moving box auto scroll and loop Re: Moving box auto scroll and loop

#123439
hakanak
Member

open the slider.js

go to 77. line

write:

setInterval( function() {
base.change(base.curPanel + 1);
}, 5000 );

goodluck