Skip to content

arcsource/css-loaders

This branch is 4 commits behind lukehaas/css-loaders:step2.

Folders and files

NameName
Last commit message
Last commit date
Dec 8, 2019
May 16, 2015
Dec 8, 2019
Oct 12, 2016
May 31, 2016
May 31, 2016
May 19, 2014
May 29, 2014
Jul 1, 2014
May 31, 2016

Repository files navigation

This is a collection of loading spinners animated with CSS.

Each spinner consists of a single div with a class of loader and content text of "Loading...". The text is for screen readers and can be used as a fallback state for older browsers.

The aim of this project was to create a set of minimal loading spinners that are visually appealing and also convey their intended meaning.

A strict limit of one element per loader (not including pseudo-elements) was placed on this project based on the belief that something as simple as a loader doesn't deserve more.

Each loader is given a font size in pixels and all other sizes are in ems so to change the size of a loader, just adjust the font-size.

Demo

css-loaders-screenshot

Check it live.

Browser Support

IE Chrome Firefox Opera Safari
IE 10+ ✔ Chrome 4.0+ ✔ Firefox 16.0+ ✔ Opera 15.0+ ✔ Safari 4.0+ ✔

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :)

History

For detailed changelog, check Releases.

License

MIT License

Releases

No releases published

Packages

No packages published

Languages

  • CSS 97.8%
  • JavaScript 2.2%