KevinBatdorf / liquidslider

A Responsive jQuery Content Slider
161 stars 62 forks source link

hideSideArrows #149

Open ShowU opened 9 years ago

ShowU commented 9 years ago

I've set my Liquid Slider options as follows:

$('#main-slider').liquidSlider({ hoverArrows:false, continuous:false, hideSideArrows:true, hideSideArrowsDuration:0

});

Now if I click normally the slider responds as expected when I reach the last slide. The right arrow is gone so I cannot continue to the first slide. However when I am at the second-to-last (when I still have my right arrow) and click twice (not even that fast), it will slide through to the first slide, but now all my arrows are gone (because we are at the first slide so the left arrow is gone, but apparently the slider also still thinks I am at the last slide, because the right arrow is also gone).

I'd love to know if there is something to be done about this issue.

Kind regards from the Netherlands.

KevinBatdorf commented 9 years ago

This does seem like a problem. I'll have to look into it but it will take me some more time. Been really busy lately.

I think I'll rewrite those functions to use CSS rather than JS, so maybe you could try something like that for now.