From 9d495abba78ed5504ba05a2cf05682a694d27a1f Mon Sep 17 00:00:00 2001 From: Bartek Szopka Date: Sat, 10 Mar 2012 15:39:22 +0100 Subject: [PATCH] impressive class names refactoring --- css/impress-demo.css | 4 ++-- index.html | 54 ++++++++++++++++++++++++++++---------------- js/impress.js | 26 ++++++++++++--------- 3 files changed, 52 insertions(+), 32 deletions(-) diff --git a/css/impress-demo.css b/css/impress-demo.css index 2cae5d0..35ac07d 100644 --- a/css/impress-demo.css +++ b/css/impress-demo.css @@ -167,7 +167,7 @@ body { pointer-events: none; } transition: opacity 1s, transform 0.5s 1s; } -.step-bored + .hint { +.impress-on-bored .hint { opacity: 1; -webkit-transition: opacity 1s 5s, -webkit-transform 0.5s; @@ -425,7 +425,7 @@ body { pointer-events: none; } /* on overview step everything is visible */ -#impress.step-overview .step { +.impress-on-overview .step { opacity: 1; cursor: pointer; } diff --git a/index.html b/index.html index ed53c4c..b77fe6f 100644 --- a/index.html +++ b/index.html @@ -95,29 +95,44 @@ - -
+ -
-

Your browser doesn't support the features required by impress.js, so you are presented with a simplified version of this presentation.

-

For the best experience please use the latest Chrome, Safari or Firefox browser. Upcoming version 10 of Internet Explorer should also handle it.

-
+ +
+

Your browser doesn't support the features required by impress.js, so you are presented with a simplified version of this presentation.

+

For the best experience please use the latest Chrome, Safari or Firefox browser.

+
+ + +