simplify default initialization options
This commit is contained in:
parent
a5e4fcb839
commit
a170ee8982
|
@ -387,12 +387,7 @@ function linkify( selector ) {
|
||||||
history: true,
|
history: true,
|
||||||
center: true,
|
center: true,
|
||||||
|
|
||||||
theme: Reveal.getQueryHash().theme, // available themes are in /css/theme
|
transition: 'slide', // none/fade/slide/convex/concave/zoom
|
||||||
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',
|
|
||||||
|
|
||||||
// Optional libraries used to extend on reveal.js
|
// Optional libraries used to extend on reveal.js
|
||||||
dependencies: [
|
dependencies: [
|
||||||
|
|
Loading…
Reference in New Issue
Block a user