Brought to you by kyco.io
 
		 
		 
		 
		 
		 
		 
		 
		 
		 
	Custom loader text. Does not show loading percentages.
$(document).ready(function() {
    $('.demo').kycoPreload({
        showInContainer: true,
        useOpacity: true,
        progressiveReveal: true,
        hidePercentage: true,
        loaderText: 'doing some number crunching and loading of sorts...',
    });
});