##// END OF EJS Templates
Chaged default theme to night and default transition to linear
damianavila -
Show More
@@ -105,8 +105,8 b' class ConverterReveal(ConverterMarkdown):'
105 progress: true,
105 progress: true,
106 history: true,
106 history: true,
107
107
108 theme: Reveal.getQueryHash().theme, // available themes are in /css/theme
108 theme: Reveal.getQueryHash().theme || 'night', // available themes are in /css/theme
109 transition: Reveal.getQueryHash().transition || 'page', // default/cube/page/concave/zoom/linear/none
109 transition: Reveal.getQueryHash().transition || 'linear', // default/cube/page/concave/zoom/linear/none
110
110
111 // Optional libraries used to extend on reveal.js
111 // Optional libraries used to extend on reveal.js
112 dependencies: [
112 dependencies: [
General Comments 0
You need to be logged in to leave comments. Login now