I have a website where I'm utilizing flex Slider. I have a navigation where the user can jump to slides.
It is a continuous carousel slide show. Right now I have slideshowSpeed set to 6000 milliseconds.
The problem is this: when the user jumps to a new slide, the slideshowSpeed is not reset.
For instance: we're on slide one, 2000 milliseconds elapse and the user clicks to slide 3. Now there are only 4000 milliseconds remaining on slide 3. I would like to reset the timer to begin the 6000 millisecond count again.
Anyone have a good idea on how to do this? maybe it isn't possible?