1.18[23.09.16]
Download GitHub Repo
waitMe
jquery plugin for easy creating loading css3/images animations
MaxSize example, click on button
Horizontal text position
Click to start
To start click Submit button
Effect

				

$('#container').waitMe({

effect : 'bounce',

text : '',

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

color : #000,

maxSize : '',

textPos : 'vertical',

fontSize : '',

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>