From 47c06ef141fbe0d07c90840cf88f54b07fccb2d7 Mon Sep 17 00:00:00 2001 From: afc163 Date: Fri, 24 Jul 2015 11:13:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BA=86=20checkbox=20?= =?UTF-8?q?=E7=9A=84=E5=8A=A8=E7=94=BB,=20=E4=BD=BF=E5=85=B6=E6=9B=B4?= =?UTF-8?q?=E6=B5=81=E7=95=85=E4=B8=80=E4=BA=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style/components/checkbox.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style/components/checkbox.less b/style/components/checkbox.less index 62912f5b6f..8693f9d703 100644 --- a/style/components/checkbox.less +++ b/style/components/checkbox.less @@ -30,7 +30,7 @@ border-top: 0; border-left: 0; content: ' '; - transition: all .3s @ease-in-back ; + transition: all .1s @ease-in-back; } position: relative; @@ -44,7 +44,7 @@ border-radius: 3px; border-color: #d9d9d9; background-color: #ffffff; - transition: border-color 0.3s @ease-in-out-back, background-color 0.3s @ease-in-out-back; + transition: border-color 0.1s @ease-in-out-back, background-color 0.1s @ease-in-out-back; } &-input { @@ -84,7 +84,7 @@ border-top: 0; border-left: 0; content: ' '; - transition: all .3s @ease-out-back .2s; + transition: all .2s @ease-out-back .1s; } } }