fix(Toolbar): Both toolbars are displayed in the same time

This commit is contained in:
hristoterezov 2016-10-28 12:39:25 -05:00
parent e349cc59ad
commit baad364b04
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
*/
.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');
}