mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-22 06:13:41 +02:00
Minor fix to migration guide
@@ -13,7 +13,7 @@ with
|
|||||||
```
|
```
|
||||||
|
|
||||||
### New default transition
|
### New default transition
|
||||||
A sliding transition replaces the previous 3D rotation effect. If you want to stick to the old transition you'll need to specify `transition: concave` when initializing reveal.js.
|
A sliding transition replaces the previous 3D rotation effect. If you want to stick to the old transition you'll need to specify `transition: 'concave'` when initializing reveal.js.
|
||||||
|
|
||||||
### Upsizing by default
|
### Upsizing by default
|
||||||
Presentations now automatically scale up to fill more of the browser viewport. The aspect ratio of your content will be maintained so there should be no change in layout. If you wish to turn this off include `maxScale: 1` when initializing reveal.js.
|
Presentations now automatically scale up to fill more of the browser viewport. The aspect ratio of your content will be maintained so there should be no change in layout. If you wish to turn this off include `maxScale: 1` when initializing reveal.js.
|
||||||
|
Reference in New Issue
Block a user