Brought to you by kyco.io
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);
}
});
});