-
Notifications
You must be signed in to change notification settings - Fork 51
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
Carousel doesn't loop wrap issue #39
Comments
Founded..!! In bootstrap-touch-carousel.js for: f.prototype._showPane = function(a) { |
This code works, but it shows slides movements when user moves from last to first and first to last slide . Proper circular transition is not there. Any update on that ? |
Hello, I tried the library and just discover the wrap property doesn't work, not even in the example here: http://www.andreasklein.org/articles/bootstrap-touch
When goes in mobile version the carousel stops in the last slider.
I think is related with: transform: translate3d(X%, 0px, 0px)
Any idea?
Thx,
The text was updated successfully, but these errors were encountered: