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);
};
/**

View file

@ -31,7 +31,7 @@ html.rl-started-trigger.no-mobile #rl-content {
.rl-anim {
&.csstransitions.no-mobile {
&.csstransitions.no-mobile.rl-started-delay {
#rl-left {
.transition(width 0.3s ease-out);

View file

@ -215,8 +215,9 @@ html.rl-left-panel-disabled {
border-bottom-color: rgba(0,0,0,0.3);
}
.ui-resizable-handle {
/*background: red;*/
.ui-resizable-handle:hover {
background: #aaa;
background: rgba(255,255,255,0.5);
}
html.rl-no-preview-pane {

View file

@ -14,6 +14,7 @@
.ui-resizable-e {
right: -1px;
width: 5px;
}
.pswp__error-msg {