1.0.3 • Published 10 years ago

bespoke-cursor v1.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

bespoke-cursor

A plugin for Bespoke.js that makes the mouse cursor disappear appear after a configurable period of time.

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'),
  cursor = require('bespoke-cursor');

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

When using browser globals:

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

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

License

MIT License

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago