easier swiping

This commit is contained in:
Jeena 2014-06-03 22:55:32 +02:00
parent a33fbe3110
commit 7161642224
2 changed files with 8 additions and 5 deletions

View file

@ -1825,7 +1825,7 @@ Hammer.gestures.Swipe = {
* @type {Number}
* @default 0.6
*/
swipeVelocityX: 0.6,
swipeVelocityX: 0.2,
/**
* vertical swipe velocity
@ -1833,7 +1833,7 @@ Hammer.gestures.Swipe = {
* @type {Number}
* @default 0.6
*/
swipeVelocityY: 0.6
swipeVelocityY: 0.2
},
handler: function swipeGesture(ev, inst) {