Browse Source

reduce touch event threshold to make it more sensitive

embed
Hakim El Hattab 11 years ago
parent
commit
b800d147b1
  1. 2
      js/reveal.js
  2. 4
      js/reveal.min.js

2
js/reveal.js

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

4
js/reveal.min.js

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save