-
Notifications
You must be signed in to change notification settings - Fork 16
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
Slide tolarance #105
Comments
Thanks! What would that prop do? I'm unfamiliar with it. |
let's say user wants to add product to basket , when they click button or slider itself , drag:start will trigger after 5px movement . Because sometimes it will break @click event on slider itself . |
What kind of markup are you using in those add to cart buttons? I've tried to handle this use case by preventing dragging on interactive elements and images here: vue-ssr-carousel/src/concerns/dragging.coffee Lines 233 to 241 in 25fe08b
Maybe I need to add |
I tried almost all slider plugins this is the best (working great resizing, ssr and other features) just one piece missing, slide tolarence option.
The text was updated successfully, but these errors were encountered: