From 34a2cc5dcee2e6eef17252115215b914b48f0120 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Tue, 22 Oct 2013 08:40:22 -0400 Subject: [PATCH] additional config valeus in readme, remove duplicate value, fix commas --- README.md | 7 ++----- js/reveal.min.js | 2 +- 2 files changed, 3 insertions(+), 6 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" }); diff --git a/js/reveal.min.js b/js/reveal.min.js index 5f7e855..32cb41a 100644 --- a/js/reveal.min.js +++ b/js/reveal.min.js @@ -1,5 +1,5 @@ /*! - * reveal.js 2.6.0-dev (2013-10-19, 09:34) + * reveal.js 2.6.0-dev (2013-10-22, 08:39) * http://lab.hakim.se/reveal-js * MIT licensed *