-
Notifications
You must be signed in to change notification settings - Fork 404
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
Broken scrolling behavior after removing all & adding the slides if append <= perPage items #100
Comments
@pawelgrzybek a couple of thoughts on the code if you do not mind apart from the scrolling issue.
|
Hi. Thanks for your contribution.
https://pawelgrzybek.com/whats-the-deal-with-the-pointer-events-in-javascript/ The
Thanks a lot! |
Hey Pawel, |
Hi,
I found the strange effect after removing all slides and appending the new slides in case the number of appended slides is less or equal to the
perPage
setting. The scrolling stops responding normally and the slider becomes non-usable.Here is the codepen example
Can you have a look?
The text was updated successfully, but these errors were encountered: