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
This commit is contained in:
parent
af5acd1aa2
commit
70cade3732
2 changed files with 45 additions and 19 deletions
|
@ -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; } }
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue