fix zoom motion

This commit is contained in:
yiminghe 2015-07-08 20:28:06 +08:00
parent d965b5faf4
commit ce854b0e39

View File

@ -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 {