diff options
author | Hakim El Hattab | 2013-09-15 14:44:45 -0400 |
---|---|---|
committer | Hakim El Hattab | 2013-09-15 14:44:45 -0400 |
commit | 2fc0dfa8e189a924a0ea77780e13537a02ff4e01 (patch) | |
tree | 5eac71dd0553d117c855b8da7522d6d9dc337c3e /index.html | |
parent | 1fb85d4df6a5b5b971d3a1beaff2a659bab72470 (diff) | |
parent | 2bd228534b9e667ec465131ff35b09e0b41fe890 (diff) |
merge parallax into dev, remove default image #595
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -366,6 +366,10 @@ function linkify( selector ) { theme: Reveal.getQueryHash().theme, // available themes are in /css/theme transition: Reveal.getQueryHash().transition || 'default', // default/cube/page/concave/zoom/linear/fade/none + // Parallax scrolling + parallaxBackgroundImage: "url('https://s3.amazonaws.com/hakim-static/reveal-js/reveal-parallax-1.jpg')", + parallaxBackgroundSize: "2100px 900px", + // Optional libraries used to extend on reveal.js dependencies: [ { src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } }, |