瀏覽代碼

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

master
hristoterezov 8 年之前
父節點
當前提交
baad364b04
共有 1 個檔案被更改,包括 3 行新增4 行删除
  1. 3
    4
      css/_toolbars.scss

+ 3
- 4
css/_toolbars.scss 查看文件

@@ -274,11 +274,10 @@ a.button>#avatar {
274 274
 /**
275 275
  * START of fade in animation for main toolbar
276 276
  */
277
-
278 277
 .fadeIn {
279
-    @include animation('fadeIn .3s forwards');
278
+    @include animation('fadeIn .3s linear .2s forwards');
280 279
 }
281 280
 
282 281
 .fadeOut {
283
-    @include animation('fadeOut .3s forwards');
284
-}
282
+    @include animation('fadeOut .5s linear forwards');
283
+}

Loading…
取消
儲存