aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorRory Hardy <rory.cronin-hardy@cerner.com>2013-08-04 20:22:34 -0500
committerRory Hardy <rory.cronin-hardy@cerner.com>2013-08-04 20:22:34 -0500
commit70cade3732200f769f0d6c930c7dd14a94da7be2 (patch)
tree3ae01b837191ffb436801813a20a457956b220b1 /index.html
parentaf5acd1aa2735833ec9f0104f1c16f97641f894c (diff)
downloadfreenode-live-2017-presentation-70cade3732200f769f0d6c930c7dd14a94da7be2.tar
freenode-live-2017-presentation-70cade3732200f769f0d6c930c7dd14a94da7be2.tar.gz
Updates to leap.js and index.html
Added timing code to limit gesture calls. Added gesture to access the overview. index.html includes the leap plugin
Diffstat (limited to 'index.html')
-rw-r--r--index.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/index.html b/index.html
index fab2780..decc294 100644
--- a/index.html
+++ b/index.html
@@ -359,6 +359,9 @@ 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
@@ -370,7 +373,8 @@ function linkify( selector ) {
{ src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
{ src: 'plugin/zoom-js/zoom.js', async: true, condition: function() { return !!document.body.classList; } },
- { src: 'plugin/notes/notes.js', async: true, condition: function() { return !!document.body.classList; } }
+ { src: 'plugin/notes/notes.js', async: true, condition: function() { return !!document.body.classList; } },
+ { src: 'plugin/leap/leap.js', async: true, }
// { src: 'plugin/search/search.js', async: true, condition: function() { return !!document.body.classList; } }
// { src: 'plugin/remotes/remotes.js', async: true, condition: function() { return !!document.body.classList; } }
]