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