Update spin.js.

This commit is contained in:
David Molineus
2016-10-04 13:55:29 +02:00
parent 54feda21cd
commit 623fc7452b
10 changed files with 635 additions and 3 deletions

21
assets/spin-js/README.md Normal file
View File

@@ -0,0 +1,21 @@
# 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).