booncon / slippry

Responsive slider plugin for jQuery
slippry.com
MIT License
471 stars 131 forks source link

autoHoverDelay still has delay on mouse out #130

Open donnakat1 opened 7 years ago

donnakat1 commented 7 years ago

I have set the autoHoverDelay to 0 but when I mouse out it still waits the slide delay time before transitioning. How do I make it advance to the next slide immediately after mouse out? http://www-directimages-com.sandbox.hs-sites.com/?hs_preview=Cceetscg-4707975572

donnakat1 commented 7 years ago

Still waiting for an answer. Is anyone there?

sftsk commented 7 years ago

Hello, from what I understand you should check this setting: http://slippry.com/settings/#pause

Sorry for being lat with replies :(

sftsk commented 7 years ago

I am not sure if what you want works without coding it yourself. You could trigger http://slippry.com/settings/#goToNextSlide on something like onMouseOut on the slideshow

donnakat1 commented 7 years ago

I thought the point of autoHoverDelay was to remove delay to next slide after hover pause. If not, what is the correct use of this variable? If it does not do what it says I should take it out? I am sorry, I am extremely new to js and chose your slider because it seemed to have all of the settings we needed.

Donna Tate GraDeEnt Design 7849 Crest Avenue Oakland, CA 94605

(510) 510-436-6406 donna@gradeent.com www.gradeent.com

On Jun 7, 2017, at 2:46 AM, Lukas Jakob Hafner notifications@github.com wrote:

I am not sure if what you want works without coding it yourself. You could trigger http://slippry.com/settings/#goToNextSlide http://slippry.com/settings/#goToNextSlide on something like onMouseOut on the slideshow

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/booncon/slippry/issues/130#issuecomment-306746120, or mute the thread https://github.com/notifications/unsubscribe-auth/AKphnu6Mis71-ePsYpeJlfHe_qZAcP85ks5sBnGAgaJpZM4NoCcU.

sftsk commented 7 years ago

When you hover the slider it will just pause the timers. autoHoverDelay is just an additional timeout you can set before the initial timers continue. This helps when you hover the slider in the last moment just before a transition and you don't want to confuse a user by fading to a new slide just when he moves away from the slider.

As explained before you will have to code what you want yourself, unfortunately I won't have more time to help you out.

Good luck, let me know if you get it to work!

jafarpagerjaya commented 7 years ago

Hi, could you give some example. I have set speed transition is 10s, but the slides can't change after click to another slide if duration speed before reach 10s. Lets sey after the slide change 1s leter i wont to change to another slide with clicked but the slide wont change. Hire the fiddle https://jsfiddle.net/taaufej9/2/