0.1.0 • Published 11 years ago

spinner-browserify v0.1.0

Weekly downloads
6
License
-
Repository
-
Last release
11 years ago

spinner-browserify

Flexible spinner using canvas, a fork of godmodelabs/spinner.

js spinner component

Check out the demo!

Installation

$ npm install spinner-browserify

Example

var Spinner = require('spinner-browserify');

var spinner = new Spinner;
document.body.appendChild(spinner.el);

API

Spinner#light()

Change the spinner to the light theme.

Spinner#font(family)

Change the font to family.

Spinner#fontSize(n)

Change the font size to n.

Spinner#size(n)

Change the indicator diameter to n, defaults to 50.

Spinner#speed(n)

Change the speed to n rpm, defaults to 60.

Spinner#stop()

Stop the animation. This is important when removing the spinner, otherwise the requestAnimationFrame cycle will continue.

License

MIT