jquery.kyco.preloader

Brought to you by kyco.io



Sequential fade in

Clear cache to force loading images again.

Full screen overlay. Image elements take up no space while loading. All images local.

{debugMode: true} for more info in console.
$(document).ready(function() {
    $('.demo').kycoPreload({
        showInContainer: true,
        forceSequentialLoad: true,
        animateDuration: 1000,
        afterEach: function() {
            $(this).fadeIn(1000);
        }
    });
});