aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2012-10-15 06:15:19 -0700
committerHakim El Hattab <hakim.elhattab@gmail.com>2012-10-15 06:15:19 -0700
commitf0c27efc952ca64686c30c9a80bd99e0f7e7f5b1 (patch)
treec40ff7528503e6a934f24895de780ece04b25b31
parent4271677ea1cfcf3ba732e99eb57e073a8d4860f4 (diff)
parent20858d1f4c6a12829cfafa037483912fd388cef3 (diff)
downloadfreenode-live-2017-presentation-f0c27efc952ca64686c30c9a80bd99e0f7e7f5b1.tar
freenode-live-2017-presentation-f0c27efc952ca64686c30c9a80bd99e0f7e7f5b1.tar.gz
Merge pull request #183 from dandv/patch-4
Document zooming feature
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
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 <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
+