From d138f0fe2b059d040c24c9419799709fcfa0f59d Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Wed, 4 Apr 2012 02:24:26 -0300 Subject: more detailed usage instructions including docs on new state feature --- README.md | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 50 insertions(+), 10 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 7a518de..55633ef 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@ 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. You could also use a polyfill for ``classList`` to make this work in < iOS 5 and < Safari 5.1, [here's one](https://github.com/remy/polyfills/blob/master/classList.js) from [@remy](https://github.com/remy). +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. A [polyfill for ``classList``](https://github.com/remy/polyfills/blob/master/classList.js) by [@remy](https://github.com/remy) is also incuded to make this work in < iOS 5, < Safari 5.1 and IE. -Curious about how this looks in action? [Check out the demo page](http://lab.hakim.se/reveal-js/). +Curious about how it looks in action? [Check out the demo page](http://lab.hakim.se/reveal-js/). -# Examples +## Examples * http://lab.hakim.se/reveal-js/ (original) * http://www.ideapolisagency.com/ by [@achrafkassioui](http://twitter.com/achrafkassioui) @@ -22,15 +22,31 @@ Curious about how this looks in action? [Check out the demo page](http://lab.hak [Send me a link](http://hakim.se/about/contact) if you used reveal.js for a project or presentation. -# Usage +## Usage -Markup heirarchy needs to be ``