Skip to content

Commit

Permalink
adjust comment for display config value hakimel#1325
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimel committed Feb 2, 2017
1 parent c1ba651 commit 6e58726
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,10 @@ Reveal.initialize({
// - Calculated automatically unless specified
// - Set to 0 to disable movement along an axis
parallaxBackgroundHorizontal: null,
parallaxBackgroundVertical: null
parallaxBackgroundVertical: null,

// The display mode that will be used to show slides
display: 'block'

});
```
Expand Down
6 changes: 3 additions & 3 deletions js/reveal.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@
minScale: 0.2,
maxScale: 2.0,

// Value of the display CSS property applied to current slide to make it visible
display: 'block',

// Display controls in the bottom right corner
controls: true,

Expand Down Expand Up @@ -163,6 +160,9 @@
// Number of slides away from the current that are visible
viewDistance: 3,

// The display mode that will be used to show slides
display: 'block',

// Script dependencies to load
dependencies: []

Expand Down

0 comments on commit 6e58726

Please sign in to comment.