Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hideSideArrows #149

Open
ShowU opened this issue Dec 3, 2014 · 1 comment
Open

hideSideArrows #149

ShowU opened this issue Dec 3, 2014 · 1 comment

Comments

@ShowU
Copy link

ShowU commented Dec 3, 2014

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
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants