Author: | zx1988826 |
---|---|
Views Total: | 4,385 views |
Official Page: | Go to website |
Last Update: | February 9, 2017 |
License: | MIT |
Preview:

Description:
loadme is a pure CSS library which provides a collection of well-designed and CSS3 animated loaders for your mobile web applications. Fully customizable via LESS.
Loaders included:
- circular
- rotateplane
- cubeGrid
- circleBounce
- loadmeRect
- cube
- scaleout
- dot
- bounced
- circlePoint
- fadingCircle
- foldingCube
- love
- clock
Install the loadme via package managers:
# NPM npm install loadme # Bower bower install loadme
How to use it:
Import the loadme.css file into your document’s head section.
<link rel="stylesheet" href="loadme.css">
Create a circular loader on the page.
<div class="loadme-circular"></div>
If you’d like display a background overlay when the loader is active:
<div class="loadme-circular"></div> <div class="loadme-mask"></div>
Same Code on ASP.NET MVC 5
https://github.com/Alaeddinalhamoud/LoadMeAJAX