Basic framework for presentations using HTML5 + javascript

↘锁芯ラ 提交于 2019-11-29 18:36:22

Landslide is a pretty neat application that generates slideshows:

Deck.js is another nice project; this time, slides are pure HTML/CSS/JS.

Even better, impress.js relies on CSS3 transforms and transitions.

As a presentation tool i use Reveal.js, it's a very clean and modern presentation tool.

It's made 100% with HTML5/CSS3/JS, the features i like the most are :

  • 3D like CSS3 transitions between slides
  • You can create nested slides - vertical slides into horizontal ones
  • Support font-face
  • you make internal links between slides
  • The code is pretty, thanks to highlight.js
  • Overview & two screens mode with Esc and `s``

I know you don't really want it but you can export to PDF, and fork it on github :)

If you want to get websocket support and the ability to control Deck.js presentations via a Sencha 2.0 HTML5 mobile application you can try Robodeck.

This library is for making presentations, stories and ads.

BoardJS

As an aside to the answers, you may also be interested in a nodejs controller to keep multiple remote viewers in sync with each other.

controldesk.js

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!