vueuse / gesture

🕹 Vue Composables making your app interactive

Home Page:https://gesture.vueuse.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Limit drag to horizontal?

mesqueeb opened this issue · comments

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

yes.

axis: 'y',

@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.