Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 512 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 512 Bytes

spin.js

An animated CSS3 loading spinner with VML fallback for IE.

  • No images, no external CSS
  • No dependencies
  • Highly configurable
  • Resolution independant
  • Works in all major browsers, including IE6
  • Smaller than an animated GIF (2.85Kb minified, 1.6Kb gzipped)
  • MIT License

Usage

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

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