0.1.0 • Published 13 years ago
spinner-browserify v0.1.0
spinner-browserify
Flexible spinner using canvas, a fork of godmodelabs/spinner.

Check out the demo!
Installation
$ npm install spinner-browserifyExample
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
0.1.0
13 years ago