1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-09 16:17:28 +02:00

reduce touch event threshold to make it more sensitive

This commit is contained in:
Hakim El Hattab
2013-08-10 13:42:53 -04:00
parent 8222795c87
commit b800d147b1
2 changed files with 3 additions and 3 deletions

View File

@@ -148,7 +148,7 @@ var Reveal = (function(){
startSpan: 0,
startCount: 0,
handled: false,
threshold: 80
threshold: 40
};
/**

4
js/reveal.min.js vendored

File diff suppressed because one or more lines are too long