0.8.1 • Published 7 years ago
yox-finger v0.8.1
yox-finger
基于 AlloyFinger,实现超小的手势库。
yox-finger 没有 yox-touch 强大,比如鼠标点击不会触发 tap 事件。
如果完全不考虑网页出现在 PC 场景,建议使用此库,而不是 yox-touch。
Install
NPM
npm install yox
npm install yox-fingerimport Yox from 'yox'
import YoxFinger from 'yox-finger'
Yox.use(YoxFinger)CDN
<script src="https://unpkg.com/alloyfinger@latest"></script>
<script src="https://unpkg.com/yox@latest"></script>
<script src="https://unpkg.com/yox-finger@latest"></script>
<script>
Yox.use(YoxFinger)
</script>Usage
{
methods: {
tap: function () {
},
pinch: function () {
},
longTap: function () {
}
}
}<div>
<button on-tap="tap()">
Tap
</button>
<button on-pinch="pinch()">
Pinch
</button>
<button on-long-tap="longTap()">
Long Tap
</button>
</div>0.8.1
7 years ago
0.8.0
7 years ago
0.7.0
8 years ago
0.6.1
8 years ago
0.6.0
9 years ago
0.5.0
9 years ago
0.4.0
9 years ago
0.3.1
9 years ago
0.3.0
9 years ago
0.2.2
9 years ago
0.2.1
9 years ago
0.2.0
9 years ago
0.1.1
9 years ago
0.1.0
9 years ago
0.0.6
9 years ago
0.0.5
9 years ago
0.0.4
9 years ago
0.0.3
9 years ago
0.0.2
9 years ago
0.0.1
9 years ago