adjust comment for display config value #1325
This commit is contained in:
parent
8a0dca2ba0
commit
9f99ac8b84
@ -270,7 +270,10 @@ Reveal.initialize({
|
|||||||
// - Calculated automatically unless specified
|
// - Calculated automatically unless specified
|
||||||
// - Set to 0 to disable movement along an axis
|
// - Set to 0 to disable movement along an axis
|
||||||
parallaxBackgroundHorizontal: null,
|
parallaxBackgroundHorizontal: null,
|
||||||
parallaxBackgroundVertical: null
|
parallaxBackgroundVertical: null,
|
||||||
|
|
||||||
|
// The display mode that will be used to show slides
|
||||||
|
display: 'block'
|
||||||
|
|
||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
@ -49,9 +49,6 @@
|
|||||||
minScale: 0.2,
|
minScale: 0.2,
|
||||||
maxScale: 2.0,
|
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
|
// Display controls in the bottom right corner
|
||||||
controls: true,
|
controls: true,
|
||||||
|
|
||||||
@ -163,6 +160,9 @@
|
|||||||
// Number of slides away from the current that are visible
|
// Number of slides away from the current that are visible
|
||||||
viewDistance: 3,
|
viewDistance: 3,
|
||||||
|
|
||||||
|
// The display mode that will be used to show slides
|
||||||
|
display: 'block',
|
||||||
|
|
||||||
// Script dependencies to load
|
// Script dependencies to load
|
||||||
dependencies: []
|
dependencies: []
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user