https://github.com/jagjitgill/svg-loading
SVG loading animation library
https://github.com/jagjitgill/svg-loading
animation circle circular infinity loading loading-spinner svg
Last synced: 4 months ago
JSON representation
SVG loading animation library
- Host: GitHub
- URL: https://github.com/jagjitgill/svg-loading
- Owner: jagjitgill
- License: mit
- Created: 2017-05-21T03:43:24.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-25T20:07:55.000Z (almost 9 years ago)
- Last Synced: 2026-01-23T02:36:17.520Z (5 months ago)
- Topics: animation, circle, circular, infinity, loading, loading-spinner, svg
- Language: HTML
- Homepage: https://jagjitgill.github.io/svg-loading/
- Size: 2.45 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SVG Loading Animation
SVG based customizable loading animation.
[View demo](http://jagjitgill.ca/code/svg-loading/)
## Install
Download zip from the [GitHub repo][svg-loading] or install via bower, a [client-side code package manager][bower].
```bash
bower install svg-loading
# bower install https://github.com/jagjitgill/svg-loading.git#master
```
Include the required css and the js files:
```html
```