From: Dan Dascalescu Date: Mon, 15 Oct 2012 06:15:41 +0000 (-0700) Subject: Document zooming feature X-Git-Tag: 2.1.0~31^2^2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=20858d1f4c6a12829cfafa037483912fd388cef3;p=reveal.js.git Document zooming feature --- diff --git a/README.md b/README.md index 877169b..91c4e06 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,8 @@ Reveal.initialize({ // Interpret Markdown in
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 +