Reduce startup animation

This commit is contained in:
RainLoop Team 2015-01-19 00:29:11 +04:00
parent db942d4970
commit f8512b01b9
4 changed files with 9 additions and 3 deletions

View file

@ -428,6 +428,10 @@
_.delay(function () {
Globals.$html.removeClass('rl-started-trigger').addClass('rl-started');
}, 50);
_.delay(function () {
Globals.$html.addClass('rl-started-delay');
}, 200);
};
/**