0.8.1 • Published 5 years ago

yox-finger v0.8.1

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

yox-finger

基于 AlloyFinger,实现超小的手势库。

yox-finger 没有 yox-touch 强大,比如鼠标点击不会触发 tap 事件。

如果完全不考虑网页出现在 PC 场景,建议使用此库,而不是 yox-touch

Install

NPM

npm install yox
npm install yox-finger
import 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

5 years ago

0.8.0

5 years ago

0.7.0

6 years ago

0.6.1

6 years ago

0.6.0

7 years ago

0.5.0

7 years ago

0.4.0

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago