Parcourir la source

default to slide transitions

Hakim El Hattab il y a 10 ans
Parent
commit
d84233df98
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      js/reveal.js

+ 2 - 2
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"