aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2016-12-01 10:23:44 +0100
committerGitHub <noreply@github.com>2016-12-01 10:23:44 +0100
commite460b2bd4b07652a489d60ce879548f22900c7cc (patch)
tree99c2217090109a6334283db911a0c19224a88fa4 /README.md
parent67ac871397a0dcf049ec675c21d30fadf8b4d4c5 (diff)
parent21c1fafa5271f64472a8b1668bf1f348447b7130 (diff)
downloadfosdem-2018-presentation-e460b2bd4b07652a489d60ce879548f22900c7cc.tar
fosdem-2018-presentation-e460b2bd4b07652a489d60ce879548f22900c7cc.tar.gz
Merge pull request #1747 from spencermathews/feature/readme-defaults-fix
Defaults in README are not current
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1a70754..5abc569 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,