8000 GitHub - yyyg-2019/loader: Pure css loading animations. As long as only one element!
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

yyyg-2019/loader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation 8761


Pure css loading animations. As long as only one element! Live Demos.

Inspiration from loaders.css and css-loaders.

Install

Install with npm:

$ npm install --save css-loading

install with bower:

$ bower install --save css-loading

or download the Latest releases version(ZIP).

Basic Usage

  1. Import:
<link rel="stylesheet" href="loaders.css"> or
<link rel="stylesheet" href="loaders.min.css">

or require from node_modules:

import 'css-loading'
  1. Create an element and add the attribute data-loader:
<div data-loader="circle"></div>

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.

License

License under MIT.

About

Pure css loading animations. As long as only one element!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 98.1%
  • HTML 1.9%
0