mirror of
https://github.com/Noratrieb/slides.git
synced 2026-01-15 17:05:06 +01:00
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
|
|
@ -1,5 +1,5 @@
|
|||
/*!
|
||||
* reveal.js 2.2 r43
|
||||
* reveal.js 2.2 r44
|
||||
* http://lab.hakim.se/reveal-js
|
||||
* MIT licensed
|
||||
*
|
||||
|
|
@ -31,7 +31,7 @@ var Reveal = (function(){
|
|||
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