remove broken animation

This commit is contained in:
L3D 2019-04-03 19:38:45 +02:00
parent 92db927622
commit 3ba2195127

View file

@ -23,15 +23,6 @@
var $window = $(window),
$body = $('body');
// Disable animations/transitions until the page has loaded.
$body.addClass('is-loading');
$window.on('load', function() {
window.setTimeout(function() {
$body.removeClass('is-loading');
}, 0);
});
// Touch mode.
if (skel.vars.mobile)
$body.addClass('is-touch');