Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jxnblk/loading
This could take a while
https://github.com/jxnblk/loading
Last synced: 3 days ago
JSON representation
This could take a while
- Host: GitHub
- URL: https://github.com/jxnblk/loading
- Owner: jxnblk
- Created: 2014-03-09T23:25:52.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-05-29T11:03:52.000Z (over 8 years ago)
- Last Synced: 2024-10-29T15:27:26.278Z (3 months ago)
- Language: CSS
- Homepage: http://jxnblk.com/loading
- Size: 234 KB
- Stars: 3,516
- Watchers: 75
- Forks: 266
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-github-star - loading
README
# Loading...
This could take a whilehttp://jxnblk.com/loading
## Getting Started
```bash
npm install loading-svg
```*Or*
```bash
bower install loading
```## Usage
```html
```## Custom colors
Just change the `fill` attribute in the svg file to whatever.```html
```
## About
This was mostly meant as a joke and an opportunity to learn about animated SVG.
Feel free to use the source code as an example or in any project of your own.If you do intend to use these in production, be aware of limited browser support
and be prepared to create fallbacks.http://caniuse.com/svg-smil
Also be aware of user experience issues with perceptual loading time.
Subtler is usually better.---
The MIT License (MIT)
Copyright (c) 2014 Brent Jackson
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.