Skip to content

Commit

Permalink
Version 1.3.2
Browse files Browse the repository at this point in the history
New styles (*"ocean"* and *"forest"+) added for all animations
New substyles "zebra" added for "doubleLoader" animation only
LESS file added to the project
Some Javascript changes
  • Loading branch information
Gix075 committed Jan 4, 2015
1 parent 9e4f86f commit 1ce5713
Show file tree
Hide file tree
Showing 8 changed files with 681 additions and 215 deletions.
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
jqueryIntroLoader (version 1.3.0)
jqueryIntroLoader (version 1.3.2)
===================================

a jQuery plugin for generate animated Intro Loading Pages.
Expand Down Expand Up @@ -46,11 +46,30 @@ This plugin is very easy to install and use.
###Documentation
You can find an exaustive documentation on plugin home page<br> [http;//factory.brainleaf.eu/jqueryIntroLoader/#documentation](http://factory.brainleaf.eu/jqueryIntroLoader/#documentation)

###{less} Stylesheet
From *version 1.3.2* **introLoaderLess.less** file was added to the project.<br>
This file allow you to modify easly and quickly the animations' styles and colors.<br>
Even though the css plugin is simple, use Less for the compilation of the CSS makes work easier.

###Available Animations and Styles
At now we provide 3 kind of animations and 7 color styles:
**Animations**: *simpleLoader* - *doubleLoader* - *lettersLoader*<br>
**Styles**: *light (default style)* - *dark* - *ocean* - *forest* - *fluoGreen* - *fluoMagenta* - *fluoYellow*

**Warning**: *lettersLoader* animation is at beta version, but you can use it. I'm working to refine it.

###Sofware incuded
This plugin use some tird party software to do something during animations.<br>
[SpinJs](fgnass.github.io/spin.js/) and [jQueryEasing](http://gsgd.co.uk/sandbox/jquery/easing/)

###ChangeLogs
**version 1.3.2**<br>
*------------------*<br>
New styles (*"ocean"* and *"forest"+) added for all animations<br>
New substyles "zebra" added for "doubleLoader" animation only.<br>
LESS file added to the project<br>
Some Javascript changes
<br><br>
**version 1.3.0**<br>
*------------------*<br>
New animation *"lettersLoader"* added.<br><br>
Expand Down
8 changes: 4 additions & 4 deletions demo/demo-simpleloader-slideright.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h1>jqueryIntroLoader demopage</h1>
<h3>
simpleLoader Animation <br>
<small>
effect:'slideRight', ease: "easeInOutCirc", style: 'dark', delayTime: 1000, animationTime: 500
effect:'slideRight', ease: "easeInOutCirc", style: 'ocean', delayTime: 1000, animationTime: 500
</small>
</h3>
<p>
Expand All @@ -38,7 +38,7 @@ <h2>Animation description</h2>
<p>
simpleLoader Animation <br>
<small>
effect:'slideRight', ease: "easeInOutCirc", style: 'dark', delayTime: 1000, animationTime: 500
effect:'slideRight', ease: "easeInOutCirc", style: 'ocean', delayTime: 1000, animationTime: 500
</small>
</p>

Expand All @@ -51,7 +51,7 @@ <h2>Animation description</h2>
options: {
effect:'slideRight',
ease: "easeInOutCirc",
style: 'dark',
style: 'ocean',
delayTime: 1000, //delay time in milliseconds
animationTime: 500
},
Expand Down Expand Up @@ -80,7 +80,7 @@ <h2>Animation description</h2>
options: {
effect:'slideRight',
ease: "easeInOutCirc",
style: 'dark',
style: 'ocean',
delayTime: 1000, //delay time in milliseconds
animationTime: 500
}
Expand Down

0 comments on commit 1ce5713

Please sign in to comment.