andere transitie

This commit is contained in:
Wouter Groeneveld 2018-07-31 13:34:19 +02:00
parent 8187a6dc05
commit 1204ee5efd
1 changed files with 2 additions and 1 deletions

View File

@ -32,16 +32,17 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/3.3.0//js/reveal.js"></script>
<script>
// options: see https://github.com/hakimel/reveal.js/
Reveal.initialize({
width: 960,
height: 700,
controls: true,
progress: true,
history: true,
transition: 'fade', // default/cube/page/concave/zoom/linear/fade/none/convex
center: true,
slideNumber: true,
theme: Reveal.getQueryHash().theme, // available themes are in /css/theme
transition: Reveal.getQueryHash().transition || 'convex', // default/cube/page/concave/zoom/linear/fade/none
// Optional libraries used to extend on reveal.js
dependencies: [
{ src: 'https://cdnjs.cloudflare.com/ajax/libs/reveal.js/3.3.0//lib/js/classList.js', condition: function() { return !document.body.classList; } },