jquery.kyco.preloader

Brought to you by kyco.io



Loading text

Clear cache to force loading images again.

Custom loader text. Does not show loading percentages.

View console to see more info and loading times.
$(document).ready(function() {
    $('.demo').kycoPreload({
        showInContainer: true,
        useOpacity: true,
        progressiveReveal: true,
        hidePercentage: true,
        loaderText: 'doing some number crunching and loading of sorts...',
    });
});