fix vertical transition for vertically centered slides, vertical centering is now on by default (#70)
This commit is contained in:
parent
891a66b5c4
commit
dce2d35a63
4 changed files with 18 additions and 18 deletions
|
@ -72,7 +72,7 @@ Reveal.initialize({
|
|||
overview: true,
|
||||
|
||||
// Vertical centering of slides
|
||||
center: false,
|
||||
center: true,
|
||||
|
||||
// Loop the presentation
|
||||
loop: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue