From 98c3d8b1d789fac033f954406bf05381beed1167 Mon Sep 17 00:00:00 2001 From: afc163 Date: Sat, 25 Aug 2018 14:25:21 +0800 Subject: [PATCH] tweak wave style --- components/style/core/motion/other.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/style/core/motion/other.less b/components/style/core/motion/other.less index 606529686d..5d7d8c890b 100644 --- a/components/style/core/motion/other.less +++ b/components/style/core/motion/other.less @@ -20,7 +20,7 @@ border-radius: inherit; border: 0 solid @primary-color; opacity: 0.2; - animation: fadeEffect 2.4s @ease-out-circ, waveEffect .48s @ease-out-circ; + animation: fadeEffect 2s @ease-out-circ, waveEffect .4s @ease-out-circ; animation-fill-mode: forwards; display: block; }