1.0.3 • Published 9 years ago

bespoke-cursor v1.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
9 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

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago