Skip to content
This repository has been archived by the owner on Jul 3, 2022. It is now read-only.

Latest commit

 

History

History
14 lines (8 loc) · 725 Bytes

readme.md

File metadata and controls

14 lines (8 loc) · 725 Bytes

CSS3 Animated loader

A collection of animated CSS3 only loaders.

Demo: http://htmlpreview.github.io/?https://github.com/Grafikart/CSS3-Loaders/blob/master/index.html

I want to create a new loader ?

If you want to participate in this project and create a new loader effect you can create a new .scss file and import it in the main app.scss (name your file as your class name, prefixed by loader-). For instance if you want to create a square loader name it .loader-square and create a new file _loader-square.scss

Todo

  • Remove bourbon dependencies (maybe using a bette library like compass with animation support)