Skip to content

Commit

Permalink
15.02.16
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimsva committed Feb 15, 2016
1 parent 77f708a commit 373af5d
Showing 1 changed file with 5 additions and 24 deletions.
29 changes: 5 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ Simple to use. Contains 14 animation effects and can use images.


<h4>Direct links to libs</h4>
<a href="http://vadimsva.github.io/waitMe/waitMe.js" target="_blank"><b>waitMe.js</b></a> [8.6Kb]<br>
<a href="http://vadimsva.github.io/waitMe/waitMe.min.js" target="_blank"><b>waitMe.min.js</b></a> [3.3Kb]<br>
<a href="http://vadimsva.github.io/waitMe/waitMe.css" target="_blank"><b>waitMe.css</b></a> [14.5Kb]<br>
<a href="http://vadimsva.github.io/waitMe/waitMe.min.css" target="_blank"><b>waitMe.min.css</b></a> [13.3Kb]
<a href="http://vadimsva.github.io/waitMe/waitMe.js" target="_blank"><b>waitMe.js</b></a> [7.7Kb]<br>
<a href="http://vadimsva.github.io/waitMe/waitMe.min.js" target="_blank"><b>waitMe.min.js</b></a> [3.2Kb]<br>
<a href="http://vadimsva.github.io/waitMe/waitMe.css" target="_blank"><b>waitMe.css</b></a> [14.6Kb]<br>
<a href="http://vadimsva.github.io/waitMe/waitMe.min.css" target="_blank"><b>waitMe.min.css</b></a> [13.4Kb]

<br><br>

Expand All @@ -34,10 +34,7 @@ Use: <code>'rgba(255,255,255,0.7)'</code>. You can use color and image.<br>
<code>color</code> - color for background animation and text (string, array).<br>
Use: <code>'#000'</code>, <code>['','',...]</code> - you can use multicolor for effect<br>
<br>
<code>sizeW</code> - change width for elem animation (string).<br>
Use: <code>'40px'</code>. By default, use empty string.<br>
<br>
<code>sizeH</code> - change height for elem animation (string).<br>
<code>maxSize</code> - set max size for elem animation (string).<br>
Use: <code>'40px'</code>. By default, use empty string.<br>
<br>
<code>source</code> - url to image (string).<br>
Expand All @@ -52,22 +49,6 @@ Use: <code>function(){}</code><br>
Use: <code>$(container).waitMe("hide");</code><br>
<br>

<h5>Notes</h5>
For <code><b>sizeW</b></code> and <code>sizeH</code>, default sizes is:<br>
<code><b>bounce</b></code> - <code>sizeW: '20px'</code>, <code>sizeH: '20px'</code><br>
<code><b>rotateplane</b></code> - <code>sizeW: '30px'</code>, <code>sizeH: '30px'</code><br>
<code><b>stretch</b></code> - <code>sizeW: '1px'</code>, <code>sizeH: '60px'</code><br>
<code><b>orbit</b></code> - <code>sizeW: '40px'</code>, <code>sizeH: '40px'</code><br>
<code><b>roundBounce</b></code> - <code>sizeW: '60px'</code>, <code>sizeH: '60px'</code><br>
<code><b>win8</b></code> - <code>sizeW: '40px'</code>, <code>sizeH: '40px'</code><br>
<code><b>win8_linear</b></code> - <code>sizeW: '150px'</code>, <code>sizeH: '6px'</code><br>
<code><b>ios</b></code> - <code>sizeW: '40px'</code>, <code>sizeH: '40px'</code><br>
<code><b>facebook</b></code> - <code>sizeW: '6px'</code>, <code>sizeH: '25px'</code><br>
<code><b>rotation</b></code> - <code>sizeW: '60px'</code>, <code>sizeH: '60px'</code><br>
<code><b>timer</b></code> - <code>sizeW: '40px'</code>, <code>sizeH: '40px'</code><br>
<code><b>pulse</b></code> - <code>sizeW: '30px'</code>, <code>sizeH: '30px'</code><br>
<code><b>progressbar</b></code> - <code>sizeW: '200px'</code>, <code>sizeH: '20px'</code><br>
<code><b>bouncePulse</b></code> - <code>sizeW: '20px'</code>, <code>sizeH: '20px'</code><br><br>

<b>Don't use as element container non block elements such as table, input, textarea and etc. Use div, span or body (you may use html and it would be work as body).</b><br>

Expand Down

0 comments on commit 373af5d

Please sign in to comment.