mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-10-04 02:44:22 +08: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 () {
|
_.delay(function () {
|
||||||
Globals.$html.removeClass('rl-started-trigger').addClass('rl-started');
|
Globals.$html.removeClass('rl-started-trigger').addClass('rl-started');
|
||||||
}, 50);
|
}, 50);
|
||||||
|
|
||||||
|
_.delay(function () {
|
||||||
|
Globals.$html.addClass('rl-started-delay');
|
||||||
|
}, 200);
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -31,7 +31,7 @@ html.rl-started-trigger.no-mobile #rl-content {
|
||||||
|
|
||||||
.rl-anim {
|
.rl-anim {
|
||||||
|
|
||||||
&.csstransitions.no-mobile {
|
&.csstransitions.no-mobile.rl-started-delay {
|
||||||
|
|
||||||
#rl-left {
|
#rl-left {
|
||||||
.transition(width 0.3s ease-out);
|
.transition(width 0.3s ease-out);
|
||||||
|
|
|
@ -215,8 +215,9 @@ html.rl-left-panel-disabled {
|
||||||
border-bottom-color: rgba(0,0,0,0.3);
|
border-bottom-color: rgba(0,0,0,0.3);
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui-resizable-handle {
|
.ui-resizable-handle:hover {
|
||||||
/*background: red;*/
|
background: #aaa;
|
||||||
|
background: rgba(255,255,255,0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
html.rl-no-preview-pane {
|
html.rl-no-preview-pane {
|
||||||
|
|
|
@ -14,6 +14,7 @@
|
||||||
|
|
||||||
.ui-resizable-e {
|
.ui-resizable-e {
|
||||||
right: -1px;
|
right: -1px;
|
||||||
|
width: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pswp__error-msg {
|
.pswp__error-msg {
|
||||||
|
|
Loading…
Add table
Reference in a new issue