Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bespoke-advanced

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bespoke-advanced

Auto advance slides on a timer in bespoke.js

  • 0.1.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Build Status

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, // Time between advances in milliseconds
      key: 0x41 // (65) "A" key.
    }
});

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.

Bitdeli Badge

Keywords

FAQs

Package last updated on 30 Dec 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc