soyjavi / QuoJS

Micro #JavaScript Library for Mobile Devices
MIT License
2.07k stars 236 forks source link

Added swipe velocity to quoData #121

Closed TNT-RoX closed 10 years ago

TNT-RoX commented 10 years ago

Nice to have! Useful for velocity sensitive UI. test with:

$$('#swipeit').swipe(function(e) {
  console.log('velocity-x:' +e.quoData.delta.vx + '   velocity-y:' +e.quoData.delta.vy);
})
soyjavi commented 10 years ago

THX!