1.1.0 • Published 8 years ago

bespoke-multimedia v1.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

bespoke-multimedia

Toggles playback of audio and (native, Vimeo or YouTube) video, toggles or restarts animations in SVGs and restarts animated GIFs in a Bespoke.js presentation.

Usage

This plugin is shipped in a UMD format, meaning it is available as a CommonJS/AMD module or as a browser global.

For example, when using CommonJS modules:

var bespoke = require('bespoke'),
  multimedia = require('bespoke-multimedia');

bespoke.from('.deck', [
  multimedia()
]);

When using browser globals:

bespoke.from('.deck', [
  bespoke.plugins.multimedia()
]);

For more information about options and how the plugin works, see the complete README.

License

MIT License

1.1.0

8 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago