jqueryIntroLoader demopage

DoubleLoader Animation Example

Back to Demos Index

Animation description

This is a simple demo of jqueryIntroLoader using "doubleLoader" animation.

$("#element").introLoader({
    animation: {
        name: 'doubleLoader',
        options: {
            exitFx:'fadeOut',
            ease: "easeInOutCirc",
            style: 'fluoGreen',
            delayBefore: 500,
            exitTime: 300,
            progbarTime: 700,
            progbarDelayAfter: 400
        }
    }
});