seimin 6eb4663975 移植华科大屏端 2 anni fa
..
.bower.json 6eb4663975 移植华科大屏端 2 anni fa
.gitignore 6eb4663975 移植华科大屏端 2 anni fa
.jshintrc 6eb4663975 移植华科大屏端 2 anni fa
.npmignore 6eb4663975 移植华科大屏端 2 anni fa
LICENSE.txt 6eb4663975 移植华科大屏端 2 anni fa
README.md 6eb4663975 移植华科大屏端 2 anni fa
bower.json 6eb4663975 移植华科大屏端 2 anni fa
jquery.spin.js 6eb4663975 移植华科大屏端 2 anni fa
spin.js 6eb4663975 移植华科大屏端 2 anni fa

README.md

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.