Skip to content

angularify/view

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

view.js - lightweight javascript presentation framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published