From b800d147b1622b607f0aee2ed989bc5e045e17b9 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Sat, 10 Aug 2013 13:42:53 -0400 Subject: reduce touch event threshold to make it more sensitive --- js/reveal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/reveal.js') 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 }; /** -- cgit v1.2.3