Skip to content

Latest commit

 

History

History
61 lines (44 loc) · 1.12 KB

README.md

File metadata and controls

61 lines (44 loc) · 1.12 KB

View

View - is a lightweight HTML5 & JavaScript web presentation plugin.

Usage

  • Include css/content.css and layout.css to your html file.
  • Include at the end of body section <script src='js/view.min.js'></script> file.
  • Create div tag with class="slide".

Create presentation in your js file:

View(options);

Where options:

View(options = {
  slide_show : true, 
  slide_show_timeout: 10000
});

Features

  • Lightweight plugin for building web presentations.
  • Move slides with up/down key.
  • Mouse scrolling of slides
  • Slide show with configurable timeout.
  • Full screenmode - double click anywhere to toggle on or off.

TODO

  • Thumbnails list.
  • Effects.
  • Plugins.
  • Progress bar.

Contribute

Contributors

Author

@0xAX.