From 245f19d74fe86eb3ca64bad6819c9784c748fe1c Mon Sep 17 00:00:00 2001 From: zcyzcy88 Date: Fri, 24 Feb 2017 23:45:43 +0800 Subject: [PATCH] Fix #1335 (#5041) * Fix #1335, Reverse #311 * Fix #1335, Reverse #311 --- src/layout/_layout.scss | 2 +- src/tabs/_tabs.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/layout/_layout.scss b/src/layout/_layout.scss index 05a317a4..844f9cd9 100644 --- a/src/layout/_layout.scss +++ b/src/layout/_layout.scss @@ -629,7 +629,7 @@ left: 0; position: absolute; background: $layout-header-tab-highlight; - animation: border-expand 0.2s cubic-bezier(0.4, 0.0, 0.4, 1) 0.01s alternate forwards; + animation: border-expand 0.2s cubic-bezier(0.4, 0.0, 0.4, 1) alternate forwards; transition: all 1s cubic-bezier(0.4, 0.0, 1, 1); } diff --git a/src/tabs/_tabs.scss b/src/tabs/_tabs.scss index a9ec51d6..16ae9c20 100644 --- a/src/tabs/_tabs.scss +++ b/src/tabs/_tabs.scss @@ -69,7 +69,7 @@ left: 0px; position: absolute; background: $tab-highlight-color; - animation: border-expand 0.2s cubic-bezier(0.4, 0.0, 0.4, 1) 0.01s alternate forwards; + animation: border-expand 0.2s cubic-bezier(0.4, 0.0, 0.4, 1) alternate forwards; transition: all 1s cubic-bezier(0.4, 0.0, 1, 1); }