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

horz slider rewinding instead of infinite #572

Open
avprod1 opened this issue Aug 1, 2013 · 4 comments
Open

horz slider rewinding instead of infinite #572

avprod1 opened this issue Aug 1, 2013 · 4 comments

Comments

@avprod1
Copy link

avprod1 commented Aug 1, 2013

I am using AnythingSlider for a series of buttons. I expect that at the end of the list, the first button will be appended and the forward button will continue to move to the right. Instead it seems to rewind to the beginning of the list. Can anyone see my error?
http://jsfiddle.net/avprod1/sygnN/3/

@avprod1
Copy link
Author

avprod1 commented Aug 14, 2013

I really need some help on this one. Thanks!

@JamyGolden
Copy link

It's the changeBy property's fault. If you remove that it should work, however it will then only change by 1. I'll look into adding support for the seamless transition.

@Mottie
Copy link
Contributor

Mottie commented Oct 4, 2013

Hi @avprod1!

Yeah, it's as @JamyGolden says, it's the changeBy option's fault. Making it work properly when that value is more than one is quite troublesome because it requires more and more copies of the panels. I'm literally at the point of rewriting the entire plugin from scratch to just move panels around and not clone anything... when I have the time.

@avprod1
Copy link
Author

avprod1 commented Oct 4, 2013

Thank you for writing this. We're using it on United's Kiosk at the
airports. We're in beta now. We're forced by IOTA standards to keep using
IE6. We probably spent half of our development trying to fix IE6 issues. In
several locations we had to give up on slider and roll our own "scroll by"
fixed amount. Also wrote function to display disabled button at beginning
and end of scroll.

On Friday, October 4, 2013, Rob G wrote:

Hi @avprod1 https://github.com/avprod1!

Yeah, it's as Jamy says, it's the changeBy option's fault. Making it work
properly when that value is more than one is quite troublesome because it
requires more and more copies of the panels. I'm literally at the point of
rewriting the entire plugin from scratch to just move panels around and not
clone anything... when I have the time.


Reply to this email directly or view it on GitHubhttps://github.com//issues/572#issuecomment-25709111
.

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

No branches or pull requests

3 participants