Vue UseGesture is a hook that lets you bind richer mouse and touch events to any component or view. With the data you receive, it becomes trivial to set up gestures, and often takes no more than a few lines of code. You can use it stand-alone, but to make the most of it you sh...
Support gesture for vue component. Contribute to targeral/vue-gesture development by creating an account on GitHub.
import{createApp}from'vue'import{GesturePlugin}from'@vueuse/gesture'importAppfrom'./App.vue'constapp=createApp(App)app.use(GesturePlugin)app.mount('#app') You can nowinteractwith any of yourcomponent,HTMLorSVGelements usingv-dragor any otherdirective. ...
@vueuse/gesture From: To: View package on npmDateDownloadsDownloads per dayClick and drag in the plot to zoom inApr '24May '24Jun '24Jul '24Aug '24Sep '24Oct '24Nov '24Dec '24Jan '25Feb '25Mar '250k1k2k3k4kWeekDownloadsDownloads per weekClick and drag in the plot to ...
Vue-Gesture-Frame是一个基于Vue和Hammer.js的帧动画播放器,它提供了一种简单而强大的方法来展示帧动画。该插件可以让用户轻松地创建自己的帧动画,并将其嵌入到Vue项目中。该插件使用了Hammer.js的手势识别功能,因此用户可以通过拖拽、滑动等手势来控制帧动画的播放。 Vue-Gesture-Frame的使用非常简单,只需要传入一些...
vue3touchgesture是一个基于Hammer.js和Vue3的触控手势插件,支持多种手指触控操作,如平移、缩放、滑动等。该插件易于集成并提供了灵活的配置选项,可以根据需要定制手势事件和回调函数。官网网址 演示地址 授权方式: 界面语言: 平台环境: 点赞(0) 踩踩(0) 反馈 所需:1 积分 电信网络下载 ...
vue-gesture/dist/ Go to file Latest commit KarlsonPack vue-gesture and make it ready for npm … 11384db2Dec 21, 2017 1 History Type Name Latest commit message Commit time . . vue-gesture.js Pack vue-gesture and make it ready for npm ...
Vue-Gestureis a simple Vue.js gesture events plugin. It runs now under Vue.js 2, which comes from a fork, to see here:https://github.com/bees4ever/vue2-gesture. The old version for Vue.js 1 is not longer available. See the example for how to use this plugin, simply it's now ...
mlyknown committed Apr 4, 2016 1 parent 841aed2 commit 1b0f71b Showing 1 changed file with 1 addition and 1 deletion. Whitespace Ignore whitespace Split Unified 2 changes: 1 addition & 1 deletion 2 vue-gesture.js Original file line numberDiff line numberDiff line change @@ -40,7 +...
Vue-Gestureis a simple Vue.js gesture events plugin. It runs now under Vue.js 2, which comes from a fork, to see here:https://github.com/bees4ever/vue2-gesture. The old version for Vue.js 1 is not longer available. See the example for how to use this plugin, simply it's now ...