0.0.2 • Published 8 years ago

ispinner v0.0.2

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

Ispinner

A simple ios spinner built with css3 animation. npm.io

Install

npm i ispinner -S

Usage

var ispinner = require('ispinner')
var el = document.getElementById('#spinner')
ispinner(el, {white: true})

API

ispinner(el, option)

  • el is parent element to attach spinner element
  • option is optional, it contains white and width
    • when white is true, spinner would be white color
    • when width is set, it would be applied to el.style.width and el.style.height.
  • spinner element is returned