jqueryIntroLoader demopage

counterLoader Animation
exitFx:'slideUp', ease: "easeOutSine", style: 'ocean', delayBefore: 1000, exitTime: 500, animationTime: 1000, onAfter: function() {...}

Back to Demos Index

See page code to learn more!

Animation description

counterLoader Animation
effect:'fadeOut'(default), ease: "easeOutSine", style: 'fluoGreen', animationTime: 1000

$("#element").introLoader({

    $("#element").introLoader({

        animation: {
            name: 'counterLoader',
            options: {
                ease: "easeOutSine",
                style: 'fluoGreen',
                animationTime: 1000
            }
        }

    });

});