vue-ssr-carousel
vue-ssr-carousel copied to clipboard
Slide tolarance
I tried almost all slider plugins this is the best (working great resizing, ssr and other features) just one piece missing, slide tolarence option.
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:
https://github.com/BKWLD/vue-ssr-carousel/blob/25fe08b94e17d2a80ddc06b36968ca6e7cc85281/src/concerns/dragging.coffee#L233-L241
Maybe I need to add <button>
to the list?