aboutsummaryrefslogtreecommitdiff
path: root/js/reveal.js
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2013-08-10 13:42:53 -0400
committerHakim El Hattab <hakim.elhattab@gmail.com>2013-08-10 13:42:53 -0400
commitb800d147b1622b607f0aee2ed989bc5e045e17b9 (patch)
tree0847cde69ab042c2661671bb036a5bfb063ff55a /js/reveal.js
parent8222795c8701295e76c1be1297cbb76c47617537 (diff)
downloadfosdem-2018-presentation-b800d147b1622b607f0aee2ed989bc5e045e17b9.tar
fosdem-2018-presentation-b800d147b1622b607f0aee2ed989bc5e045e17b9.tar.gz
reduce touch event threshold to make it more sensitive
Diffstat (limited to 'js/reveal.js')
-rw-r--r--js/reveal.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/reveal.js b/js/reveal.js
index 56a000f..4bdb806 100644
--- a/js/reveal.js
+++ b/js/reveal.js
@@ -148,7 +148,7 @@ var Reveal = (function(){
startSpan: 0,
startCount: 0,
handled: false,
- threshold: 80
+ threshold: 40
};
/**