diff options
author | Rory Hardy <rory.cronin-hardy@cerner.com> | 2013-08-04 20:27:47 -0500 |
---|---|---|
committer | Rory Hardy <rory.cronin-hardy@cerner.com> | 2013-08-04 20:27:47 -0500 |
commit | 0e7bc4091ec7a870805f040e342732388db99560 (patch) | |
tree | a32c68ded97ad05676dea42aa3a2573576542b03 /index.html | |
parent | 70cade3732200f769f0d6c930c7dd14a94da7be2 (diff) | |
download | fosdem-2018-presentation-0e7bc4091ec7a870805f040e342732388db99560.tar fosdem-2018-presentation-0e7bc4091ec7a870805f040e342732388db99560.tar.gz |
Minor updates
Changed invert to naturalSwipe
Removed invert rule from index.html
Ensured that left/right swipes only work with 1 hand present
modified: index.html
modified: plugin/leap/leap.js
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -359,9 +359,6 @@ function linkify( selector ) { progress: true, history: true, center: true, - leap: { - invert : true - }, theme: Reveal.getQueryHash().theme, // available themes are in /css/theme transition: Reveal.getQueryHash().transition || 'default', // default/cube/page/concave/zoom/linear/fade/none |