bespoke-advanced
Auto advance slides on a timer in bespoke.js, started and stopped with the A key.
Download
Download the production version or the development version, or use a package manager.
Usage
First, include bespoke.js
, bespoke-convenient.js
and bespoke-advanced.js
in your page.
Then, simply include the plugin when instantiating your presentation.
bespoke.horizontal.from('article', {
advanced: true
});
- Key A: start and stop auto advancing.
Options
These are the defaults, which you can override.
bespoke.horizontal.from('article', {
advanced: {
interval: 3000,
key: 0x41
}
});
Package managers
Bower
$ bower install bespoke-advanced
npm
$ npm install bespoke-advanced
The bespoke-advanced npm package is designed for use with browserify, e.g.
require('bespoke');
require('bespoke-convenient');
require('bespoke-advanced');
Credits
Mark Dalgleish for bespoke.js and related tools. This plugin was built with generator-bespokeplugin.
Ed Schipul, eschipul on flickr, for his photo river boat in the mist (CC BY-SA 2.0). My recompressed version is also released under CC BY-SA 2.0.
My best friend, bespoke-convenient, for continued support - through good and bad times. You mah bro, bro.
License
Copyright (c) 2013, Joel Purra All rights reserved.
When using bespoke-advanced, comply to the MIT license. Please see the LICENSE file for details, and the MIT License on Wikipedia.