Question

I'm finding a preloader for my web and i found this demo Creative Loading Effects, the "3D Bar Bottom" effects is very exciting.

But there only one problem that it's only loading when we press the button, it's not onload when the page load like i want. (i want it's onload like this but this don't have the "3D Bar Bottom" effects).

So:

How to make these demo onload as pageloading?

Thank you very much.

Was it helpful?

Solution

Basicly you can do it like this;

jQuery;

$(document).ready(function(){
    $(".la-anim-1").trigger('click');
});

Check FIDDLE

its a Guerrilla Creativity! :)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top