Pregunta

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.

¿Fue útil?

Solución

Basicly you can do it like this;

jQuery;

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

Check FIDDLE

its a Guerrilla Creativity! :)

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top