diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2013-08-10 13:42:53 -0400 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2013-08-10 13:42:53 -0400 |
commit | b800d147b1622b607f0aee2ed989bc5e045e17b9 (patch) | |
tree | 0847cde69ab042c2661671bb036a5bfb063ff55a /js/reveal.js | |
parent | 8222795c8701295e76c1be1297cbb76c47617537 (diff) | |
download | fosdem-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.js | 2 |
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 }; /** |