3.0.1 • Published 1 year ago

v-finger-mk42 v3.0.1

Weekly downloads
101
License
ISC
Repository
github
Last release
1 year ago

legacy

Use AlloyFinger v0.1.10

  • 1.0.4 add transform.js
  • 1.0.5 fixed "toJSON" is not defined
  • 1.0.6 performance element cache
  • 1.0.7 use babel
  • 2.0.3 compatible with PC
  • 2.0.4 compatible with macOS

3.0

  • 3.0.0 适配 Vue 3,Vue 2 代码在 legacy 分支
  • 3.0.0 后不运行 rollup 打包,直接指定 lib/index 运行

v-finger

<img
  style="position:absolute;width: 100%;"
  v-transform
  v-finger:pinch="handlePinch"
  v-finger:doubleTap="handleDoubleTap"
  v-finger:multipointStart="handleMultipointStart"
  v-finger:pressMove="handlePressMove"
  v-finger:touchEnd="handleTouchEnd"
  :src="src"
/>
...
handleXXX(e, el) {
    console.log('event',e)
    console.log('element',el)
    console.log("for pinch" + e.zoom)
    console.log("for pressMove" + e.deltaX + ' ' + e.deltaY);
    console.log("for swipe" + e.direction);
}
...
3.0.1

1 year ago

3.0.0

4 years ago

2.0.4

6 years ago

2.0.3

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago