From 74390c34be5ae9374ac65d9ee0973031bb22731b Mon Sep 17 00:00:00 2001 From: hakimel Date: Thu, 18 Dec 2014 09:51:54 -0800 Subject: [PATCH] Updated Migrating to reveal.js 3.0.0 (markdown) --- Migrating-to-reveal.js-3.0.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Migrating-to-reveal.js-3.0.0.md b/Migrating-to-reveal.js-3.0.0.md index b8f1e67..304c23d 100644 --- a/Migrating-to-reveal.js-3.0.0.md +++ b/Migrating-to-reveal.js-3.0.0.md @@ -20,7 +20,7 @@ with 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 -In reveal.js 3.0.0 presentations 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. ### No more minifies files reveal.min.js and reveal.min.css are no longer tracked in the repository, to generate them you'll need to have Grunt running locally. This is covered in the [readme](https://github.com/hakimel/reveal.js#full-setup). \ No newline at end of file