antife-yinyue / spin.js

A spinning activity indicator

Home Page:http://spin.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spin.js JS.ORG

An animated CSS3 loading spinner with VML fallback for IE.

  • No images, no external CSS
  • No dependencies
  • Highly configurable
  • Resolution independent
  • Uses VML as fallback in old IEs
  • Uses @keyframe animations, falling back to setTimeout()
  • Works in all major browsers, including IE6
  • Small footprint (~1.9K gzipped)
  • MIT License

Usage

new Spinner({color:'#fff', lines: 12}).spin(target);

For an interactive demo and a list of all supported options please refer to the project's homepage.

About

A spinning activity indicator

http://spin.js.org

License:MIT License


Languages

Language:JavaScript 79.4%Language:HTML 13.4%Language:CSS 7.3%