##// END OF EJS Templates
Modified theme and transition in template.
damianavila -
Show More
@@ -38,8 +38,8 b''
38 progress: true,
38 progress: true,
39 history: true,
39 history: true,
40
40
41 theme: Reveal.getQueryHash().theme || 'night', // available themes are in /css/theme
41 theme: Reveal.getQueryHash().theme || 'simple', // available themes are in /css/theme
42 transition: Reveal.getQueryHash().transition || 'linear', // default/cube/page/concave/zoom/linear/none
42 transition: Reveal.getQueryHash().transition || 'page', // default/cube/page/concave/zoom/linear/none
43
43
44 // Optional libraries used to extend on reveal.js
44 // Optional libraries used to extend on reveal.js
45 dependencies: [
45 dependencies: [
General Comments 0
You need to be logged in to leave comments. Login now