Frage

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.

War es hilfreich?

Lösung

Basicly you can do it like this;

jQuery;

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

Check FIDDLE

its a Guerrilla Creativity! :)

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top