Document zooming feature
authorDan Dascalescu <ddascalescu+github@gmail.com>
Mon, 15 Oct 2012 06:15:41 +0000 (23:15 -0700)
committerDan Dascalescu <ddascalescu+github@gmail.com>
Mon, 15 Oct 2012 06:15:41 +0000 (23:15 -0700)
README.md

index 877169b9037c1aabd3e39a16c7dddf07a97c1f6e..91c4e06ea48710ba33e4665533482f665a6d3d15 100644 (file)
--- a/README.md
+++ b/README.md
@@ -104,6 +104,8 @@ Reveal.initialize({
                // Interpret Markdown in <section> elements
                { src: 'lib/js/data-markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
                { src: 'lib/js/showdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
+               // Zoom in and out with Alt+click
+               { src: 'plugin/zoom-js/zoom.js', condition: function() { return !!document.body.classList; } },
                // Speaker notes support
                { src: 'plugin/speakernotes/client.js', async: true, condition: function() { return window.location.host === 'localhost:1947'; } },
                { src: '/socket.io/socket.io.js', async: true, condition: function() { return window.location.host === 'localhost:1947'; } },
@@ -231,3 +233,4 @@ You can change the appearance of the speaker notes by editing the file at `plugi
 MIT licensed
 
 Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
+