From 23e5d18e7c231a61fee9c7b77e4beb1033527955 Mon Sep 17 00:00:00 2001 From: afc163 Date: Sun, 12 Jun 2016 14:34:33 +0800 Subject: [PATCH] Fix tabs scroll animation --- components/tabs/style/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/tabs/style/index.less b/components/tabs/style/index.less index d0fddd639f..a38822e6c5 100644 --- a/components/tabs/style/index.less +++ b/components/tabs/style/index.less @@ -127,7 +127,7 @@ &-nav { box-sizing: border-box; padding-left: 0; - transition: left 0.5s @ease-in-out; + transition: transform 0.5s @ease-in-out; position: relative; margin: 0; list-style: none;