0.0.2 • Published 13 years ago
spin-component v0.0.2
spin
Higher level spinner API auto-adjusting position and scale to fit within the target element. Built oncomponent/spinner.

Installation
$ component install component/spinAPI
spin(el, options)
Add a spinner to el with options, and return
the Spinner instance.
sizedefaulting to 1/5th the element widthdelaydefault to 300ms
var s = spin(document.querySelector('.one'));Spinner#remove()
Augments the Spinner returned with a .remove() method,
which when removes the spinner or cancels delayed spinners.
License
MIT