Merge pull request #1084 from jitsi/toolbar_animation

fix(Toolbar): Both toolbars are displayed in the same time
This commit is contained in:
yanas 2016-10-28 12:40:37 -05:00 committed by GitHub
commit 40473a16c7
1 changed files with 3 additions and 4 deletions

View File

@ -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');
} }