easier swiping
This commit is contained in:
parent
a33fbe3110
commit
7161642224
2 changed files with 8 additions and 5 deletions
|
@ -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) {
|
||||
|
|
Reference in a new issue