From be820a90a8c9c2f6fc4f9f933f4459debfe86e12 Mon Sep 17 00:00:00 2001 From: afc163 Date: Thu, 9 Jul 2015 20:54:55 +0800 Subject: [PATCH] transition in steps --- style/components/steps.less | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/style/components/steps.less b/style/components/steps.less index fc02cdfba6..de50a8cab1 100644 --- a/style/components/steps.less +++ b/style/components/steps.less @@ -123,8 +123,8 @@ border-radius: 26px; font-size: 14px; margin-right: 8px; - .transition(background-color 0.1s ease); - .transition(border-color 0.1s ease); + .transition(background-color 0.3s ease); + .transition(border-color 0.3s ease); > .@{stepsPrefixClass}-icon { line-height: 1; @@ -170,6 +170,7 @@ height: 2px; border-radius: 1px; width: 100%; + .transition(background 0.3s ease); } }