Loaders.CSS是一个完全由CSS撰写的各种加载动画合集,不需要任何的背景或者图片,而且运行流畅,拥有多种不同风格和方式的动画效果,非常创意的Loading加载动画合集。

Loaders.CSS 是一个为性能优化的实现加载动画效果的 CSS 框架,一个完全由 CSS 编写的加载动画集合,使用 CSS 属性避免浪费多余的计算和绘画。
bower install loaders.css
npm i --save-dev loaders.css
添加样式到需要修改的 div 样式中。
.ball-grid-pulse > div {
background: orange;
}
Check the can I use( caniuse 商业网/#search=css-animation) tables( caniuse 商业网/#search=css-transform). All recent versions of the major browsers are supported and it has support back to IE9.
Note: The loaders aren't run through autoprefixer, see this issue( github /ConnorAtherton/loaders.css/issues/18).
| IE 11 | Firefox 36 | Chrome 41 | Safari 8 |
|---|---|---|---|
| ✔ | ✔ | ✔ | ✔ |
Pull requests are welcome! Create another file in src/animations and load it in src/loader.scss.
In a separate tab run gulp --require coffee-script/register. Open demo/demo.html in a browser to see your animation running.

