fix(title-bar) Updated animation duration (#10688)
This commit is contained in:
parent
9dd3941388
commit
804573e9aa
|
@ -1,6 +1,6 @@
|
||||||
.subject {
|
.subject {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
transition: opacity .3s ease-in;
|
transition: opacity .6s ease-in-out;
|
||||||
z-index: $zindex3;
|
z-index: $zindex3;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
@ -11,14 +11,14 @@
|
||||||
|
|
||||||
&#autoHide.with-always-on {
|
&#autoHide.with-always-on {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
animation: hideSubject forwards .3s ease-out;
|
animation: hideSubject forwards .6s ease-out;
|
||||||
|
|
||||||
& > .subject-info-container {
|
& > .subject-info-container {
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.visible {
|
&.visible {
|
||||||
animation: showSubject forwards .3s ease-out;
|
animation: showSubject forwards .6s ease-out;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue