View - is a lightweight HTML5 & JavaScript web presentation plugin.
- Include
css/content.css
andlayout.css
to your html file. - Include at the end of
body
section<script src='js/view.min.js'></script>
file. - Create
div
tag withclass="slide"
.
Create presentation in your js file:
View(options);
Where options:
View(options = {
slide_show : true,
slide_show_timeout: 10000
});
- 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.
- Thumbnails list.
- Effects.
- Plugins.
- Progress bar.
- Fork main View repository (https://github.com/0xAX/view).
- Make your changes in your clone of view.
- Test it.
- Send pull request.
- Brandon Davis - @_voidPirate