Canvas Slider Autoplay stops working after manual slide

1 reply · opened Apr 28, 2016

MmyalaApr 28, 2016

It seems that once the viewer manually moves a slide using mouse, autoplay does not resume even after the browser window is no longer in focus. Can you help me resolve this please?

SSemicolon WebSTAFFApr 29, 2016

Hello,

This is the Default functionality of the Slider that whenever there is an interaction with the Slider, it will stop autoplaying. To disable this functionality, please find the following in the js/functions.js File inside the sliderRun: function() Function Block:

prevButton: elementNavPrev,
nextButton: elementNavNext,

and replace it with:

prevButton: elementNavPrev,
nextButton: elementNavNext,
autoplayDisableOnInteraction: false,

This will not disable the AutoPlay Functionality. Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard