Sha256: 85ca0f9720f8a1a172cb695295aa86a5de47b170944f4b08f24ab877586814f6
Contents?: true
Size: 662 Bytes
Versions: 15
Compression:
Stored size: 662 Bytes
Contents
# spin.js [![JS.ORG](https://img.shields.io/badge/js.org-spin-ffb400.svg?style=flat-square)](http://js.org) 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://spin.js.org).
Version data entries
15 entries across 15 versions & 1 rubygems