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);