Author: | akewcrafts |
---|---|
Views Total: | 2,020 views |
Official Page: | Go to website |
Last Update: | July 25, 2020 |
License: | MIT |
Preview:

Description:
A set of animated, Google inspired, 4-dot loading indicators built using pure CSS.
Animations Included:
- Bounce (Demo)
- Disappear (Demo)
- Growth (Demo)
- Shrink (Demo)
- Waves (Demo)
- Square Rotate (Demo)
- Square (Demo)
- Switch (Demo)
How to use it:
1. Create the HTML for the 4-dot loading indicator. Add dark/white class name to change the background.
<div class="overflow dark" id="preload"> <div class="circle-line"> <div class="circle-red"> </div> <div class="circle-blue"> </div> <div class="circle-green"> </div> <div class="circle-yellow"> </div> </div> </div>
2. Include an animation CSS of your choice on the webpage. That’s it.
<link rel="stylesheet" href="4circle-line-bounce/style.css"> <link rel="stylesheet" href="4circle-line-disappear/style.css"> <link rel="stylesheet" href="4circle-line-growth/style.css"> <link rel="stylesheet" href="4circle-line-shrink/style.css"> <link rel="stylesheet" href="4circle-line-waves/style.css"> <link rel="stylesheet" href="4circle-square-rotate/style.css"> <link rel="stylesheet" href="4circle-square/style.css"> <link rel="stylesheet" href="4circle-switch/style.css">