aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2020-05-08 20:33:28 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2020-05-08 20:33:28 +0200
commit3a032a836a9a5f12ef3ccc4d94e976ee0bb22e51 (patch)
treefe07f1b1dd916fe01a8f7e70887228d3f0fc301a /examples
parentab273a19f22c963e9ea33dca9d72d33fc03c6377 (diff)
downloadfosdem-2021-minimalism-presentation-3a032a836a9a5f12ef3ccc4d94e976ee0bb22e51.tar
fosdem-2021-minimalism-presentation-3a032a836a9a5f12ef3ccc4d94e976ee0bb22e51.tar.gz
fix auto-animate bug on centered slides
Diffstat (limited to 'examples')
-rw-r--r--examples/auto-animate.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/auto-animate.html b/examples/auto-animate.html
index a73af69..f32d427 100644
--- a/examples/auto-animate.html
+++ b/examples/auto-animate.html
@@ -162,12 +162,13 @@
</div>
- <script src="../dist/reveal.es5.js"></script>
+ <script src="../dist/reveal.js"></script>
<script src="../dist/plugin/highlight.js"></script>
<script>
Reveal.initialize({
center: true,
- hash: true
+ hash: true,
+ plugins: [ RevealHighlight ]
});
</script>