apollodec/Apollo/bower_components/spin.js
venbatechnologies@gmail.com d06b1c0cba status file
2017-12-07 11:31:25 +05:30
..
.bower.json status file 2017-12-07 11:31:25 +05:30
.gitignore status file 2017-12-07 11:31:25 +05:30
.jshintrc status file 2017-12-07 11:31:25 +05:30
.npmignore status file 2017-12-07 11:31:25 +05:30
bower.json status file 2017-12-07 11:31:25 +05:30
jquery.spin.js status file 2017-12-07 11:31:25 +05:30
LICENSE.txt status file 2017-12-07 11:31:25 +05:30
README.md status file 2017-12-07 11:31:25 +05:30
spin.js status file 2017-12-07 11:31:25 +05:30

spin.js

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.