From ce854b0e39337be430f53a81373b3767e95f71cc Mon Sep 17 00:00:00 2001 From: yiminghe Date: Wed, 8 Jul 2015 20:28:06 +0800 Subject: [PATCH] fix zoom motion --- style/core/motion/zoom.less | 1 + 1 file changed, 1 insertion(+) 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 {