Today we found an attractive and impressive JavaScript library for presentation on web, @markdalgleish is the author of bespoke.js Library. This presentation library is less then 1KB minified and gzipped, so it’s not effect on your web page speed on page loading time.
[buttons href=”http://webomnizz.com/demo/presentation-micro-framework/” title=”View Demo” href2=”https://github.com/markdalgleish/bespoke.js” title2=”Download”]
Bespoke.js requires modern browser that support CSS3. You can easily customize it according to your need. Just apply the bespoke markups for your presentation, then JavaScript Library and your customized style sheet that’s it.
<link rel="stylesheet" href="path/to/my/theme.css"> <article> <section>Slide 1</section> <section>Slide 2</section> <section>Slide 3</section> </article> <script src="bespoke.min.js"></script> <script src="path/to/my/script.js"></script>
You have to read there documentation if you want to use there control API and events.