diff options
author | Spencer Mathews | 2016-11-15 13:05:43 -0800 |
---|---|---|
committer | Spencer Mathews | 2016-11-15 13:14:56 -0800 |
commit | 21c1fafa5271f64472a8b1668bf1f348447b7130 (patch) | |
tree | 1fd9e0783fce1eac430bbcfa0f3e68b695f7fab2 /README.md | |
parent | 19188205de20c6c7e219c01482e897a880e42a7b (diff) |
Update README.md to reflect current defaults in js/reveal.js
Diffstat (limited to 'README.md')
-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, |