reduce touch event threshold to make it more sensitive
This commit is contained in:
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
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
4
js/reveal.min.js
vendored
4
js/reveal.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user