Pure css loading animations.Live Demos
Inspiration from loaders.css and css-loaders.
- Import:
<link rel="stylesheet" href="loaders.css"> or
<link rel="stylesheet" href="loaders.min.css">
- Create an element and add the attribute
data-loader
:
<div data-loader="circle"></div>