From 3f5a9618b9f0d3db8b0c175637b68a4bfbd193f3 Mon Sep 17 00:00:00 2001 From: hakimel Date: Sun, 14 Oct 2012 17:20:14 -0700 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog.md b/Changelog.md index b12388a..108a2b2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,7 @@ - Primary styles moved from main.css to reveal.css - The 'progress' and 'controls' DOM elements are now created via JavaScript if they don't exist in the presentation HTML - Added 'paused' mode which be reached by pressing b or . +- Added 'zoom' transition - Improvements to touch interaction - Press 'f' to activate fullscreen. Thanks [Michael Kühnel](https://github.com/mischah)