summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 2 insertions, 5 deletions
diff --git a/README.md b/README.md
index c5e13ca..a6d7234 100644
--- a/README.md
+++ b/README.md
@@ -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"
});