Closed TNT-RoX closed 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); })
THX!
Nice to have! Useful for velocity sensitive UI. test with: