mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-09-02 03:03:03 +02:00
adjust comment for display config value #1325
This commit is contained in:
@@ -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'
|
||||
|
||||
});
|
||||
```
|
||||
|
Reference in New Issue
Block a user