diff --git a/style/core/motion/zoom.less b/style/core/motion/zoom.less index 5964b6fe8b..fbacae67ed 100644 --- a/style/core/motion/zoom.less +++ b/style/core/motion/zoom.less @@ -2,6 +2,7 @@ .make-motion(@className, @keyframeName); .@{className}-enter { opacity: 0; + transform: scale(0, 0); animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28); } .@{className}-leave {