reduce touch event threshold to make it more sensitive
parent
8222795c87
commit
b800d147b1
|
@ -148,7 +148,7 @@ var Reveal = (function(){
|
||||||
startSpan: 0,
|
startSpan: 0,
|
||||||
startCount: 0,
|
startCount: 0,
|
||||||
handled: false,
|
handled: false,
|
||||||
threshold: 80
|
threshold: 40
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue