update tag animationName

pull/297/head
jljsj 10 years ago
parent 2bea723782
commit 7a415fa4c6

@ -79,6 +79,3 @@
margin-right: 0;
}
}
.zoom-tag-leave{
animation: zoomOut .3s @ease-in-out-circ;
}

@ -16,6 +16,12 @@
.zoom-motion(zoom-left, antZoomLeft);
.zoom-motion(zoom-right, antZoomRight);
.zoom-tag-leave{
animation: antZoomOut .3s @ease-in-out-circ;
}
@keyframes antZoomIn {
0% {
opacity: 0;

Loading…
Cancel
Save