aboutsummaryrefslogtreecommitdiffhomepage
path: root/js
diff options
context:
space:
mode:
authorHakim El Hattab2014-11-05 12:28:09 +0100
committerHakim El Hattab2014-11-05 12:28:09 +0100
commitd84233df98e92b08004d427da2ec9c0887ac4fef (patch)
tree5978f37018a87646c46aecf0cd1b497f6b40ff51 /js
parent1aaec8574481e870e12e48611400291501fc2157 (diff)
default to slide transitions
Diffstat (limited to 'js')
-rw-r--r--js/reveal.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/reveal.js b/js/reveal.js
index 6605505..fd651e1 100644
--- a/js/reveal.js
+++ b/js/reveal.js
@@ -125,13 +125,13 @@
theme: null,
// 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: 'slide', // none/fade/slide/convex/concave/zoom
// Parallax background image
parallaxBackgroundImage: '', // CSS syntax, e.g. "a.jpg"