Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexk111/SVG-Circus
Create cool animated SVG spinners, loaders and other looped animations in seconds
https://github.com/alexk111/SVG-Circus
Last synced: 5 days ago
JSON representation
Create cool animated SVG spinners, loaders and other looped animations in seconds
- Host: GitHub
- URL: https://github.com/alexk111/SVG-Circus
- Owner: alexk111
- License: mit
- Created: 2014-11-06T12:32:57.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-06T23:48:28.000Z (about 10 years ago)
- Last Synced: 2024-10-26T20:34:14.561Z (13 days ago)
- Language: JavaScript
- Homepage: http://svgcircus.com
- Size: 290 KB
- Stars: 316
- Watchers: 22
- Forks: 36
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- fucking-awesome-web-effect - svg-Circus - Create cool animated SVG spinners, loaders and other looped animations in seconds. (🚀 A series of exquisite and compact web page cool effects / Other Effect)
- awesome-web-effect - svg-Circus - Create cool animated SVG spinners, loaders and other looped animations in seconds. (🚀 A series of exquisite and compact web page cool effects / Other Effect)
README
# SVG Circus
[SVG Circus](http://svgcircus.com) enables you to create cool animated SVG spinners, loaders and other looped animations in seconds.
## Developing
To run a local SVG Circus site, and implement new features/updates, fork/clone this repo and run the following commands (assuming that you have Node, NPM and Bower installed):
```
# Install dependencies
$ npm install
$ bower install# Start the server on localhost:9000 and open the dev site in the browser.
# It watches for changes, automatically recompiles files and refreshes the browser.
$ gulp -o
```## License
SVG Circus is an open-source software released under the MIT License.