robert1508 / loaders.css

Delightful, performance-focused pure css loading animations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Loaders.css

Delightful and performance-focused pure css loading animations.

What is this?

See the demo

A collection of loading animations written entirely in css. Each animation is limited to a small subset of css properties in order to avoid expensive painting and layout calculations.

I've posted links below to some fantastic articles that go into this in a lot more detail.

Install

bower install loaders.css

Contributing

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. Open demo/demo.html in a browser to see your animation running.

Further research

Suggested use

Wrap the surrounding container in display:flex and center the animation.

Licence

MIT

About

Delightful, performance-focused pure css loading animations.


Languages

Language:CSS 90.6%Language:HTML 8.2%Language:CoffeeScript 1.2%