vueuse / gesture

🕹 Vue Composables making your app interactive
https://gesture.vueuse.org
MIT License
353 stars 18 forks source link

Limit drag to horizontal? #5

Closed mesqueeb closed 3 years ago

mesqueeb commented 3 years ago

I was wondering if it's possible to limit the drag to horizontal?

patchthecode commented 3 years ago

yes.

axis: 'y',
mesqueeb commented 3 years ago

@patchthecode is it possible to add 2 extra examples to the live docs?

  1. dragging limited horizontally
  2. dragging limited vertically

I'd love to play around with that on mobile safari to see how smooth it is.