1.15[15.02.16]
Download GitHub Repo
waitMe
jquery plugin for easy creating loading css3/images animations
To start click Submit button
Effect

				

$('#container').waitMe({

effect : 'bounce',

text : '',

bg : rgba(255,255,255,0.7),

color : #000,

sizeW : '',

sizeH : '',

source : ''

});

Animation during the initial page load
Effect

				

<body class="waitMe_body">

<div class="waitMe_container progress" style="background:#fff">

<div style="background:#000"></div>

</div>

</body>