simplify default initialization options

This commit is contained in:
Hakim El Hattab 2014-11-05 10:38:43 +01:00
parent a5e4fcb839
commit a170ee8982
1 changed files with 1 additions and 6 deletions

View File

@ -387,12 +387,7 @@ function linkify( selector ) {
history: true,
center: true,
theme: Reveal.getQueryHash().theme, // available themes are in /css/theme
transition: Reveal.getQueryHash().transition || 'default', // none/fade/slide/convex/concave/zoom
// Parallax scrolling
// parallaxBackgroundImage: 'https://s3.amazonaws.com/hakim-static/reveal-js/reveal-parallax-1.jpg',
// parallaxBackgroundSize: '2100px 900px',
transition: 'slide', // none/fade/slide/convex/concave/zoom
// Optional libraries used to extend on reveal.js
dependencies: [