Timeline feature for Bespoke.js
Download the production version or the development version, or use a package manager.
This plugin is shipped in a UMD format, meaning that it is available as a CommonJS/AMD module or browser global.
For example, when using CommonJS modules:
var bespoke = require('bespoke'),
timeline = require('bespoke-timeline');
bespoke.from('#presentation', [
timeline()
]);
When using browser globals:
bespoke.from('#presentation', [
bespoke.plugins.timeline()
]);
$ npm install bespoke-timeline
$ bower install bespoke-timeline
This plugin was built with generator-bespokeplugin.