Browse Source

update zoom remove enter opacity

pull/76/head
jljsj 9 years ago
parent
commit
3aa232f6fe
  1. 1
      style/core/motion/zoom.less

1
style/core/motion/zoom.less

@ -1,7 +1,6 @@
.zoom-motion(@className, @keyframeName) {
.make-motion(@className, @keyframeName);
.@{className}-enter {
opacity: 0;
transform: scale(0, 0); // need this by yiminghe
animation-timing-function: @ease-out-circ;
}

Loading…
Cancel
Save