Skip to content

satyago/spin.js

This branch is 1 commit ahead of, 91 commits behind fgnass/spin.js:gh-pages.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
whitesource-bolt-for-github[bot]
May 9, 2019
83822d1 · May 9, 2019
Mar 22, 2012
Mar 22, 2012
Mar 21, 2012
Aug 16, 2011
May 9, 2019
Aug 16, 2011
Feb 28, 2012
Feb 28, 2012
Aug 16, 2011
Mar 22, 2012
Apr 16, 2012

Repository files navigation

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.

About

A spinning activity indicator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.3%
  • HTML 10.6%
  • CSS 8.0%
  • Makefile 0.1%