Skip to content

Delightful, performance-focused pure css loading animations.

Notifications You must be signed in to change notification settings

carabina/loaders.css

 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 90.6%
  • HTML 8.2%
  • CoffeeScript 1.2%