a jQuery plugin for generate animated Intro Loading Pages.
This plugin help jquery beginners to add some cool animated intro page on a website.
This plugin is very easy to install and use.
Home | Documentation | Demo
From version 1.5.0 you can install and add jqueryIntroLoader using Bower
$ bower install introloader --save
HTML
<head>
<!-- CSS -->
<link href="https://github.com/Gix075/jqueryIntroLoader/blob/master/path/to/css/introLoader.min.css" rel="stylesheet">
<!-- PLUGIN (with helper plugins included) -->
<script src="https://github.com/Gix075/jqueryIntroLoader/raw/master/path/to/plugin/jquery.introLoader.pack.min.js"></script>
</head>
<body>
<div id="element" class="introLoading"></div>
</body>
JAVASCRIPT
$(document).ready(function() {
$('#element').introLoader();
});
Read documentation to learn more about plugin options and use.
From version 1.4.0 some option names are changed.
On official documentation page you can find a table with all changes.
You can find an exaustive documentation on plugin home page
http://factory.brainleaf.eu/jqueryIntroLoader/documentation.php
From version 1.3.2 introLoaderLess.less file was added to the project.
This file allow you to modify easly and quickly the animations' styles and colors.
Even though the css plugin is simple, use Less for the compilation of the CSS makes work easier.
At now we provide 6 kind of animations and 7 color styles
Animations: simpleLoader - cssLoader - gifLoader - doubleLoader - lettersLoader - counterLoader
Styles: light (default style) - dark - ocean - forest - fluoGreen - fluoMagenta - fluoYellow
Warning: lettersLoader is an experimental animation. I'm working to refine it.
This plugin use some tird party software to do something during animations.
SpinJs and jQueryEasing
version 1.7.1
------------------
version 1.7.0
------------------
version 1.6.2
------------------
version 1.6.1
------------------
version 1.6.0
------------------