From bdff009c74dec78c012b0d8c3961bb70639404c2 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Thu, 22 Dec 2011 00:00:29 -0800 Subject: added optional presentation progress bar --- index.html | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'index.html') diff --git a/index.html b/index.html index 6136c92..b9fe4ae 100644 --- a/index.html +++ b/index.html @@ -35,6 +35,9 @@ reveal.js is an easy to use, HTML based, presentation tool. You'll need a modern browser with support for CSS 3D transforms to see it in its full glory.
++ - Hakim El Hattab +
@@ -167,13 +170,16 @@ linkify( 'a' ); - + + + + @@ -182,6 +188,9 @@ linkify( 'a' ); // Display controls in the bottom right corner controls: true, + // Display a presentation progress bar + progress: true, + // Apply a 3D roll to links on hover rollingLinks: true, -- cgit v1.2.3