mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-09-03 03:33:30 +02:00
additional config valeus in readme, remove duplicate value, fix commas
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
});
|
||||
|
Reference in New Issue
Block a user