From 91e9457cefa4b1710f826994ac9f15278cbcd6dc Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Tue, 9 Oct 2012 00:06:34 -0400 Subject: zoom.js integration via alt+click --- index.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index ce10815..5606025 100644 --- a/index.html +++ b/index.html @@ -90,9 +90,9 @@
-

Holistic Overview

+

Point of View

- Press ESC to enter the slide overview! + Press ESC to enter the slide overview. Hold down alt and click on any element to zoom in on it using zoom.js.

@@ -263,8 +263,8 @@ function linkify( selector ) {

Spectacular image!

- - BreakDOM game screenshot + + Meny
@@ -342,6 +342,7 @@ function linkify( selector ) { { src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } }, { src: 'lib/js/showdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }, { src: 'lib/js/data-markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }, + { src: 'lib/js/zoom.js', condition: function() { return !!document.body.classList; } }, { src: '/socket.io/socket.io.js', async: true, condition: function() { return window.location.host === 'localhost:1947'; } }, { src: 'plugin/speakernotes/client.js', async: true, condition: function() { return window.location.host === 'localhost:1947'; } } ] -- cgit v1.2.3