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

bespoke-jumpy

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bespoke-jumpy

Keyboard shortcuts to jump straight to a specific slide in bespoke.js

  • 0.1.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Build Status

bespoke-jumpy

Keyboard shortcuts to jump straight to a specific slide in bespoke.js, using Home, End and the digit keys.

Download

Download the production version or the development version, or use a package manager.

Usage

First, include bespoke.js, bespoke-convenient.js and bespoke-jumpy.js in your page.

Then, simply include the plugin when instantiating your presentation.

bespoke.horizontal.from('article', {
  convenient: true,
  jumpy: true
});
  • Keys 1-9, 0: jump to slide 1-9 and 10 respectively.
  • Keys Home, End: jump to the first/last slide respectively.

Package managers

Bower

$ bower install bespoke-jumpy

npm

$ npm install bespoke-jumpy

The bespoke-jumpy npm package is designed for use with browserify, e.g.

require('bespoke');
require('bespoke-convenient');
require('bespoke-jumpy');

Credits

Mark Dalgleish for bespoke.js and related tools. This plugin was built with generator-bespokeplugin.

Scott Kraft, sakraft1 on flickr, for his upload From the Library of Congress: Man on a tame zebra jumping a fence in East Africa (CC BY 2.0).

License

Copyright (c) 2013, Joel Purra All rights reserved.

When using bespoke-jumpy, comply to the MIT license. Please see the LICENSE file for details, and the MIT License on Wikipedia.

Keywords

FAQs

Package last updated on 07 Nov 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