paulrouget / dzslides

DZSlides is a one-file HTML template to build slides in HTML5 and CSS3.
http://paulrouget.com/dzslides
939 stars 255 forks source link

Feature request: Add unobtrusive progressbar #49

Closed flatsiedatsie closed 12 years ago

flatsiedatsie commented 12 years ago

it's very easy to do (even I could do it, based on Chris Heilman's version). You don't really notice it, but it's there for those who are bored and want to know how much longer the presentation is going to take ;-)

it's about 3 lines of code, a div, and 3 lines of css.

hsablonniere commented 12 years ago

If even you could do it, what about a pull request ;-)

People shouldn't be bored during presentations...

flatsiedatsie commented 12 years ago

I'm not sure what a pull request is?

hsablonniere commented 12 years ago

It's github's way to say "I wan't you to integrate my patch in your project..."

http://help.github.com/send-pull-requests

hsablonniere commented 12 years ago

See #57 for implementation...