From 55148936ffda80c3a43cbdc2511b60edf6d03c4b Mon Sep 17 00:00:00 2001 From: neverland Date: Tue, 24 Sep 2019 13:06:50 +0800 Subject: [PATCH] feat(Button): add transition when toggle disabled (#4555) --- src/button/index.less | 1 + 1 file changed, 1 insertion(+) diff --git a/src/button/index.less b/src/button/index.less index 771b2fb14..269be49d3 100644 --- a/src/button/index.less +++ b/src/button/index.less @@ -11,6 +11,7 @@ line-height: @button-default-line-height; text-align: center; border-radius: @button-border-radius; + transition: opacity @animation-duration-fast; -webkit-appearance: none; -webkit-text-size-adjust: 100%;