mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-05 15:37:03 +03:00
Reduce startup animation
This commit is contained in:
parent
db942d4970
commit
f8512b01b9
4 changed files with 9 additions and 3 deletions
|
|
@ -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);
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue