additional config valeus in readme, remove duplicate value, fix commas
This commit is contained in:
parent
a28cae4d68
commit
34a2cc5dce
@ -126,16 +126,13 @@ Reveal.initialize({
|
|||||||
backgroundTransition: 'default', // default/linear/none
|
backgroundTransition: 'default', // default/linear/none
|
||||||
|
|
||||||
// Number of slides away from the current that are visible
|
// Number of slides away from the current that are visible
|
||||||
viewDistance: 3
|
viewDistance: 3,
|
||||||
|
|
||||||
// Parallax background image
|
// Parallax background image
|
||||||
parallaxBackgroundImage: '', // e.g. "'https://s3.amazonaws.com/hakim-static/reveal-js/reveal-parallax-1.jpg'"
|
parallaxBackgroundImage: '', // e.g. "'https://s3.amazonaws.com/hakim-static/reveal-js/reveal-parallax-1.jpg'"
|
||||||
|
|
||||||
// Parallax background size
|
// Parallax background size
|
||||||
parallaxBackgroundSize: '', // CSS syntax, e.g. "2100px 900px"
|
parallaxBackgroundSize: '' // CSS syntax, e.g. "2100px 900px"
|
||||||
|
|
||||||
// Number of slides away from the current that are visible
|
|
||||||
viewDistance: 3,
|
|
||||||
|
|
||||||
|
|
||||||
});
|
});
|
||||||
|
2
js/reveal.min.js
vendored
2
js/reveal.min.js
vendored
@ -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
|
* http://lab.hakim.se/reveal-js
|
||||||
* MIT licensed
|
* MIT licensed
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user