jquery.kyco.preloader

Brought to you by kyco.io



Hide background

Clear cache to force loading images again.

Background image of container will not be preloaded, i.e. it will show as soon as it is loaded.

Background image of container is hidden and will be preloaded.

View console to see more info and loading times.
$(document).ready(function() {
    $('.demo2.right').kycoPreload({
        preloadSelector: false, // will show background as soon as it is loaded
        showInContainer: true,
        useOpacity: true,
        progressiveReveal: false
    });
});
$(document).ready(function() {
    $('.demo2.left').kycoPreload({
        hideBackground: true,
        showInContainer: true,
        useOpacity: true,
        progressiveReveal: true
    });
});