diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2011-12-22 21:25:15 -0800 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2011-12-22 21:25:15 -0800 |
commit | 9065114ef040023785d0a08c7e419f3b6b9570b8 (patch) | |
tree | 3aa412409fbc631fc26190ece6add145af9a18b9 /index.html | |
parent | 91c3056a62879e39d0536fd9b846795881de38e0 (diff) | |
download | fosdem-2018-presentation-9065114ef040023785d0a08c7e419f3b6b9570b8.tar fosdem-2018-presentation-9065114ef040023785d0a08c7e419f3b6b9570b8.tar.gz |
progress bar is now a div and uses the same transition + easing as slides (fixes #6)
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -179,7 +179,7 @@ linkify( 'a' ); </aside> <!-- Displays presentation progress, max value changes via JS to reflect # of slides --> - <progress min=0 max=100 value=0></progress> + <div class="progress"><span></span></div> <script src="js/reveal.js"></script> <script src="lib/highlight.js"></script> @@ -200,6 +200,8 @@ linkify( 'a' ); hljs.initHighlightingOnLoad(); </script> + + </body> </html>
\ No newline at end of file |