diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2014-12-27 21:16:54 +0100 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2014-12-27 21:16:54 +0100 |
commit | abf402d044948893d77194988ca6504661e7f3df (patch) | |
tree | bb21105b562d764122a8ac945d1daff4e41c1c10 | |
parent | 9dbc9e77199e4848a30b3216bbee64e83048aa8a (diff) | |
download | freenode-live-2017-presentation-abf402d044948893d77194988ca6504661e7f3df.tar freenode-live-2017-presentation-abf402d044948893d77194988ca6504661e7f3df.tar.gz |
change transition defaults
-rw-r--r-- | js/reveal.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/reveal.js b/js/reveal.js index 5690a27..c8aa84a 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -122,13 +122,13 @@ focusBodyOnPageVisibilityChange: true, // Transition style - transition: 'default', // none/fade/slide/convex/concave/zoom + transition: 'slide', // none/fade/slide/convex/concave/zoom // Transition speed transitionSpeed: 'default', // default/fast/slow // Transition style for full page slide backgrounds - backgroundTransition: 'default', // none/fade/slide/convex/concave/zoom + backgroundTransition: 'fade', // none/fade/slide/convex/concave/zoom // Parallax background image parallaxBackgroundImage: '', // CSS syntax, e.g. "a.jpg" |