Sha256: 65801b7b05df7f3cab86db42a5f23443d102e049082b6cebce2f5b1bb148bc3e
Contents?: true
Size: 599 Bytes
Versions: 35
Compression:
Stored size: 599 Bytes
Contents
# 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 ```javascript 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](http://fgnass.github.io/spin.js/).
Version data entries
35 entries across 35 versions & 2 rubygems