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

On TouchScrolling, snap to next visible slide #751

Closed
davidglezz opened this issue Oct 23, 2018 · 3 comments
Closed

On TouchScrolling, snap to next visible slide #751

davidglezz opened this issue Oct 23, 2018 · 3 comments

Comments

@davidglezz
Copy link

When we have multiple slides (by example, variable width example), and we move several slides (touching or with mouse) only one advances, the expected behavior would be go to the next visible slide in the direction of displacement.

@nstanard
Copy link
Collaborator

nstanard commented Jan 28, 2019

Please put together a demo/example and put a link in the comment. (perhaps a github repo that I can download and test - or simply a codepen link)

edit: I'll be closing issues like these over the next few days if there is no response.

@davidglezz
Copy link
Author

davidglezz commented Jan 30, 2019

video

I slide to slide 130, but when I release my finger, it returns to 190, the next of the first (220), the expected behavior is to stay at 130 or the nearest one when I release my finger.

@nstanard
Copy link
Collaborator

I'm not sure that is the expected behavior. slidesToScroll is an option available and it's default value is 1. That example is going to snap to 1 slide at a time. That's actually not a bug.

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