diff options
author | Hakim El Hattab | 2016-12-01 10:23:44 +0100 |
---|---|---|
committer | GitHub | 2016-12-01 10:23:44 +0100 |
commit | e460b2bd4b07652a489d60ce879548f22900c7cc (patch) | |
tree | 99c2217090109a6334283db911a0c19224a88fa4 | |
parent | 67ac871397a0dcf049ec675c21d30fadf8b4d4c5 (diff) | |
parent | 21c1fafa5271f64472a8b1668bf1f348447b7130 (diff) |
Merge pull request #1747 from spencermathews/feature/readme-defaults-fix
Defaults in README are not current
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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, |