aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2011-12-26 21:57:51 -0800
committerHakim El Hattab <hakim.elhattab@gmail.com>2011-12-26 21:57:51 -0800
commit73eb66bf71173fac7d02668f91b74cfd141517c7 (patch)
tree7fe63efb3c8dd3915847e1e1a55b0bb0414c1511
parent3fa01ab1072cc85eb1043c0707843fae9fed0c75 (diff)
parentf7ac5fb159bb0a66ee99203855f6e586210efcb3 (diff)
downloadperl-software-in-gnu-guix-73eb66bf71173fac7d02668f91b74cfd141517c7.tar
perl-software-in-gnu-guix-73eb66bf71173fac7d02668f91b74cfd141517c7.tar.gz
Merge branch 'master' of github.com:hakimel/reveal.js
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 467e3b2..8988f19 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
# reveal.js
-A CSS 3D slideshow tool for quickly creating good looking HTML presentations. Requires a browser with support for CSS 3D transforms, querySelector and classList. Does not _rely_ on any external libraries but [highlight.js](http://softwaremaniacs.org/soft/highlight/en/description/) is included by default for code highlighting.
+A CSS 3D slideshow tool for quickly creating good looking HTML presentations. Doesn't _rely_ on any external libraries but [highlight.js](http://softwaremaniacs.org/soft/highlight/en/description/) is included by default for code highlighting.
+
+Note that this requires a browser with support for CSS 3D transforms and classList. If CSS 3D support is not detected, the presentation will degrade to less exciting 2D transitions.
Curious about how this looks in action? [Check out the demo page](http://lab.hakim.se/reveal-js/).
@@ -14,7 +16,7 @@ Curious about how this looks in action? [Check out the demo page](http://lab.hak
# History
-### 1.2
+### 1.2 (master)
- Big changes to DOM structure:
- Previous #main wrapper is now called #reveal
- Slides were moved one level deeper, into #reveal .slides