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:
@@ -148,7 +148,7 @@ var Reveal = (function(){
|
||||
startSpan: 0,
|
||||
startCount: 0,
|
||||
handled: false,
|
||||
threshold: 80
|
||||
threshold: 40
|
||||
};
|
||||
|
||||
/**
|
||||
|
4
js/reveal.min.js
vendored
4
js/reveal.min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user