views:

856

answers:

1

Do you know a framework for making presentations using only HTML5 and javascript technologies?
I'm not talking about "export" features of various presentation software (powerpoint or OOo presentation).

Some requirements for the presentations made with this "framework":

  • take advantage of the latest HTML5 features (audio, video, canvas?)
  • same with CSS3 (font support, gradient, shadows, transitions and transformations)

If there's no such thing, example of good presentations or pointers on the subject would be appreciated.

Edit: Found a nice example, HTML5 - web development to the next level.

+3  A: 

280 slides. That's the name of the project, you're not limited to 280 slides.

Anurag
Nice! But I didn't find any HTML5 feature in this product.
Brian Clozel
The entire presentation is built and presented using `canvas`. I wouldn't blame them for using flash for video, as HTML5's `<video>` is just not there yet.
Anurag