jquery - autoPlay does not resume after sliders are manually iteracted with (RoyalSlider by Dmitry Semenov) -


<'ve div class = "post-text" itemprop = "text">

I wonder used by anyone Roylslaider and questions like me?

I use is that I have yet to Roylslaider and I'm not sure is very good, although this is an issue for the two projects or that function is not integrated yet.

I have set the slider as autoplay. It's working fine but I noticed that as soon as I touch the slide (either click it or swipe it on). Autoplay bus stops (regardless of pauseOnHover was right or wrong).

Ideally, I think that after that it is best to resume conversation with those slider autoplay?

As I mark the following:

1.HTML

  & lt; Div class = "hero desktop z-lv3" & gt; & Lt; Div class = "royal slider-desktop rsf default" & gt; & Lt; Div class = "rscontent" & gt; & Lt; Img class = "rsImg" src = "IMG / global / hero 1.jpg" alt = "" /> & Lt; / Div & gt; & Lt; Div class = "rscontent" & gt; & Lt; Img class = "rsImg" src = "IMG / global / hero 2.jpg" alt = "" /> & Lt; / Div & gt; & Lt; Div class = "rscontent" & gt; & Lt; Img class = "rsImg" src = "IMG / global / hero 3.jpg" alt = "" /> & Lt; / Div & gt; & Lt; Div class = "rscontent" & gt; & Lt; Img class = "rsImg" src = "IMG / global / hero 1.jpg" alt = "" /> & Lt; / Div & gt; & Lt; Div class = "rscontent" & gt; & Lt; Img class = "rsImg" src = "IMG / global / hero 1.jpg" alt = "" /> & Lt; / Div & gt; & Lt; Div class = "rscontent" & gt; & Lt; Img class = "rsImg" src = "IMG / global / hero 1.jpg" alt = "" /> & Lt; / Div & gt; & Lt; Div class = "rscontent" & gt; & Lt; Img class = "rsImg" src = "IMG / global / hero 1.jpg" alt = "" /> & Lt; / Div & gt; & Lt; / Div & gt; & Lt ;! ------------------- End Slider Desktop ------------------- & gt; & Lt; / Div & gt; & Lt ;! ------------------- End Slider Desktop Cover ------------------- & gt;  

    jquery

      jQuery (document) .ready (function ($) {$ ( '. Roylslaider -desktop') RoyalSlider ({arrowsNav . true, loop: true, KeyboardNavEnabled: true, imageScaleMode: 'fill', autoScaleSlider: true, autoScaleSliderWidth: 1600, autoScaleSliderHeight: 800, controlNavigation: 'tablets', controlsInside: false, NavigateByClick truth, autoplay: {// Otple options are enabled gear: true, pause Onhevr: truth, delay 2500,}, transition type: 'feed',});});  

    I do not expect immediate reforms because it is fine, but would you like to know that it has been considered by someone in front of me? Thanks! Cheers.

You must include stopAtAction: false because the default is set True for

like this:. Autoplay: true, stopAtAction: false, pauseOnHover: {// Autoplay options: Gear enabled, Delay: 2500,},

/ Html>

Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -