aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2011-12-22 21:25:15 -0800
committerHakim El Hattab <hakim.elhattab@gmail.com>2011-12-22 21:25:15 -0800
commit9065114ef040023785d0a08c7e419f3b6b9570b8 (patch)
tree3aa412409fbc631fc26190ece6add145af9a18b9 /index.html
parent91c3056a62879e39d0536fd9b846795881de38e0 (diff)
downloadfreenode-live-2017-presentation-9065114ef040023785d0a08c7e419f3b6b9570b8.tar
freenode-live-2017-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.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/index.html b/index.html
index b9fe4ae..2e7a002 100644
--- a/index.html
+++ b/index.html
@@ -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