From 21c1fafa5271f64472a8b1668bf1f348447b7130 Mon Sep 17 00:00:00 2001 From: Spencer Mathews Date: Tue, 15 Nov 2016 13:05:43 -0800 Subject: [PATCH] Update README.md to reflect current defaults in js/reveal.js --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cb72f23..d31156e 100644 --- a/README.md +++ b/README.md @@ -236,13 +236,13 @@ Reveal.initialize({ previewLinks: false, // 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 // Number of slides away from the current that are visible viewDistance: 3,