diff --git a/index.html b/index.html index 98accc3..e3e10c1 100644 --- a/index.html +++ b/index.html @@ -24,8 +24,23 @@
-
Slide 1
-
Slide 2
+
+ Slide 1 + + + +
+
+ Slide 2 + + +
@@ -42,7 +57,9 @@ { src: 'plugin/markdown/markdown.js' }, { src: 'plugin/notes/notes.js', async: true }, { src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } } - ] + ], + controlsTutorial: false, + defaultTiming: 3 }); diff --git a/js/reveal.js b/js/reveal.js index 9a1422f..12d67bf 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -5269,6 +5269,8 @@ // Returns an Array of all slides getSlides: getSlides, + // Returns an Array of objects representing the attributes on + // the slides getSlidesMetaInfo: getSlidesMetaInfo, // Returns the total number of slides