diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2014-11-05 10:38:43 +0100 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2014-11-05 10:38:43 +0100 |
commit | a170ee898289d3d6218b247b9bff2cc584946ca8 (patch) | |
tree | b0f02cbe7fee6f1eb2e68eb9b4a93ef86fcd2e29 /index.html | |
parent | a5e4fcb83919868ff3bfd64c85e6c6b02951cbcf (diff) | |
download | perl-software-in-gnu-guix-a170ee898289d3d6218b247b9bff2cc584946ca8.tar perl-software-in-gnu-guix-a170ee898289d3d6218b247b9bff2cc584946ca8.tar.gz |
simplify default initialization options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -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: [ |