From 752ef0a141f38f8cad4e768a440927cb9092d276 Mon Sep 17 00:00:00 2001 From: afc163 Date: Wed, 23 Sep 2015 21:37:11 +0800 Subject: [PATCH] Make chrome transition animation smoothly --- style/components/inputNumber.less | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/style/components/inputNumber.less b/style/components/inputNumber.less index 1244824fd3..c069d48c30 100644 --- a/style/components/inputNumber.less +++ b/style/components/inputNumber.less @@ -22,8 +22,8 @@ height: 14px; overflow: hidden; color: #999; - transition: all 0.2s linear; position: relative; + transition: all 0.1s linear; &:hover { background: #fefefe; } @@ -40,7 +40,7 @@ position: absolute; width: 12px; height: 12px; - transition: all 0.2s linear; + transition: all 0.1s linear; .iconfont-size-under-12px(7px); right: 4px; color: #999; @@ -151,7 +151,6 @@ height: 28px; position: relative; opacity: 0; - transition: opacity 0.2s linear; } &:hover &-handler-wrap { @@ -162,7 +161,6 @@ cursor: pointer; &-inner { top: 1px; - transition: all 0.2s linear; .ie-rotate(2); &:before { text-align: center;