diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2012-03-30 00:13:45 -0400 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2012-03-30 00:13:45 -0400 |
commit | 831236890c0d8c4d469cf4eb01b0e7be13de63d5 (patch) | |
tree | ccc10e2cf74edc9694139772e5c3d32604e648c2 /index.html | |
parent | 0cd3b8d4309b20c189cc4c7c8a5e56d7e47d594b (diff) | |
download | perl-software-in-gnu-guix-831236890c0d8c4d469cf4eb01b0e7be13de63d5.tar perl-software-in-gnu-guix-831236890c0d8c4d469cf4eb01b0e7be13de63d5.tar.gz |
now capturing data-state on slides and lifting it to document element classList when slide is open
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 15 |
1 files changed, 12 insertions, 3 deletions
@@ -79,7 +79,7 @@ <section> <h2>Holistic Overview</h2> <p> - Press <strong>SPACE</strong> to enter the slide overview. + Press <strong>SPACE</strong> to enter the slide overview! </p> </section> @@ -94,7 +94,7 @@ <li><a href="http://lab.hakim.se/reveal-js/?transition=concave">Concave</a></li> </ul> </section> - + <section> <h2>Marvelous Unordered List</h2> <ul> @@ -114,6 +114,15 @@ </ol> </section> + <section data-state="blur"> + <h2>Global State</h2> + <p> + If you set <code>data-state="something"</code> on a slide, <code>"something"</code> + will be added as a class to the document element when the slide is open. Like the <code>"blur"</code> + effect on this slide. + </p> + </section> + <section> <h2>Clever Quotes</h2> <p> @@ -213,7 +222,7 @@ <!-- Optional libraries for code syntax highlighting and classList support in IE9 --> <script src="lib/highlight.js"></script> <script src="lib/classList.js"></script> - + <script> // Parse the query string into a key/value object var query = {}; |