diff options
author | Hakim El Hattab | 2012-11-14 05:44:56 -0800 |
---|---|---|
committer | Hakim El Hattab | 2012-11-14 05:44:56 -0800 |
commit | 6d5df9b62dfd112fe36d77884f81ce925ce4ee75 (patch) | |
tree | 188568d0c060c664db2df163b336db525ea9f115 /README.md | |
parent | 10317438b1027eabb77fc45281825b6f8be93a80 (diff) | |
parent | dfa98a11380ef2c45eaf1fda93145813f6cf25bd (diff) |
Merge pull request #245 from dandv/patch-1
Document vertical centering breaking backcompat
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -93,6 +93,8 @@ Reveal.initialize({ }); ``` +Note that the new default vertical centering option will break compatibility with slides that were using transitions with backgrounds (`cube` and `page`). To restore the previous behavior, set `center` to `false`. + ### Dependencies Reveal.js doesn't _rely_ on any third party scripts to work but a few optional libraries are included by default. These libraries are loaded as dependencies in the order they appear, for example: |