website
All checks were successful
the build was successful

This commit is contained in:
Sebastian Frank
2019-02-18 18:03:46 +01:00
parent 1187291938
commit db248328b9
41 changed files with 3437 additions and 3 deletions

View File

@@ -0,0 +1,6 @@
$('#preloader').fadeIn('fast');
$(window).on('load', function() {
$('.spinner').fadeOut();
$('#preloader').delay(350).fadeOut('slow');
$('body').delay(350).css({'overflow':'visible'});
});