diff options
author | Hakim El Hattab | 2013-10-22 08:40:22 -0400 |
---|---|---|
committer | Hakim El Hattab | 2013-10-22 08:40:22 -0400 |
commit | 34a2cc5dcee2e6eef17252115215b914b48f0120 (patch) | |
tree | bbc577eb18d0169da8a4401e6eeded947b5c2905 /README.md | |
parent | a28cae4d6854619b3bfb668d2482b862c17f408a (diff) |
additional config valeus in readme, remove duplicate value, fix commas
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -126,16 +126,13 @@ Reveal.initialize({ backgroundTransition: 'default', // default/linear/none // Number of slides away from the current that are visible - viewDistance: 3 + viewDistance: 3, // Parallax background image parallaxBackgroundImage: '', // e.g. "'https://s3.amazonaws.com/hakim-static/reveal-js/reveal-parallax-1.jpg'" // Parallax background size - parallaxBackgroundSize: '', // CSS syntax, e.g. "2100px 900px" - - // Number of slides away from the current that are visible - viewDistance: 3, + parallaxBackgroundSize: '' // CSS syntax, e.g. "2100px 900px" }); |