fix(Toolbar): Both toolbars are displayed in the same time
This commit is contained in:
parent
e349cc59ad
commit
baad364b04
|
@ -274,11 +274,10 @@ a.button>#avatar {
|
||||||
/**
|
/**
|
||||||
* START of fade in animation for main toolbar
|
* START of fade in animation for main toolbar
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.fadeIn {
|
.fadeIn {
|
||||||
@include animation('fadeIn .3s forwards');
|
@include animation('fadeIn .3s linear .2s forwards');
|
||||||
}
|
}
|
||||||
|
|
||||||
.fadeOut {
|
.fadeOut {
|
||||||
@include animation('fadeOut .3s forwards');
|
@include animation('fadeOut .5s linear forwards');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue