diff options
author | Michał Smoliński <michal.smolinski@gmail.com> | 2013-09-10 21:23:10 +0200 |
---|---|---|
committer | Michał Smoliński <michal.smolinski@gmail.com> | 2013-09-10 21:23:10 +0200 |
commit | 2b5c06c4ef3002381c1007160f8ab60b4b2bd641 (patch) | |
tree | bb7925620b99546e6cd789cacd0718ae73ea5b1d /index.html | |
parent | 79340908f451ea77b364b1955928664defbd3bf6 (diff) | |
download | fosdem-2018-presentation-2b5c06c4ef3002381c1007160f8ab60b4b2bd641.tar fosdem-2018-presentation-2b5c06c4ef3002381c1007160f8ab60b4b2bd641.tar.gz |
Added parallax scrolling background
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -365,6 +365,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('img/nyc.jpg')", + parallaxBackgroundSize: "3600px 1018px", // Optional libraries used to extend on reveal.js dependencies: [ |