Showing 1 – 1 of 1 replies
xncreations

Is it possible for the hero slider to […]

xncreations PURCHASED
6 years ago
Hi, Is it possible for the hero slider to move on a timer i.e. without having to click the arrows?
Erick
Erick SELLER
6 years ago
Sure, just add the following code:

window.slider_interval = setInterval(function () {
window.navigate_slider('next')
}, 4000)

4000 = time in milliseconds.

You can see a working example in the index-photography.html page

Hope this helps