npm install css-loading!loaders


Pure css loading animations. As long as only one element! Live Demos.
Inspiration from loaders.css and css-loaders.
$ npm install --save-dev css-loading
`
or download the Latest releases version(ZIP).
Basic Usage
1. Import:
`html
or
`
or require from node_modules:
`js
import 'css-loading'
`
2. Create an element and add the attribute data-loader:
`html
`
Contributing
Pull requests are welcome!
Create another animation file in src/ and test it in example/example.html`, then open it in a browser to see your animation running.