From 6594034709c1a4906616791f60fa4b96ce05da52 Mon Sep 17 00:00:00 2001 From: mengxiong10 <15623530290@163.com> Date: Wed, 9 Jun 2021 15:07:21 +0800 Subject: [PATCH] chore: update style --- src/style/animation.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/style/animation.scss b/src/style/animation.scss index 2d8e8d1..8e62bc2 100644 --- a/src/style/animation.scss +++ b/src/style/animation.scss @@ -10,6 +10,7 @@ } .#{$namespace}-zoom-in-down-enter, +.#{$namespace}-zoom-in-down-enter-from, .#{$namespace}-zoom-in-down-leave-to { opacity: 0; transform: scaleY(0);