jquery.kyco.preloader

Brought to you by kyco.io



Custom animation

Clear cache to force loading images again.

Each animation is smooth. Once done preloading fade out.

View console to see more info and loading times.
$(document).ready(function() {
    $('.demo').kycoPreload({
        showInContainer: true,
        useOpacity: true,
        animateDuration: 1500,
        fadeOutDuration: 1500
    });
});