diff --git a/components/style/core/motion/other.less b/components/style/core/motion/other.less index 932640a653..130dcbbf56 100644 --- a/components/style/core/motion/other.less +++ b/components/style/core/motion/other.less @@ -19,8 +19,8 @@ right: -1px; border-radius: inherit; border: 0 solid @primary-color; - opacity: 0.2; - animation: fadeEffect 2s cubic-bezier(0.2, 1, 0.3, 1), waveEffect .4s cubic-bezier(0.2, 1, 0.3, 1); + opacity: 0.16; + animation: fadeEffect 2.2s cubic-bezier(0.2, 1, 0.3, 1), waveEffect .4s cubic-bezier(0.2, 1, 0.3, 1); animation-fill-mode: forwards; display: block; }