update tag animationName

This commit is contained in:
jljsj 2015-09-16 16:19:07 +08:00
parent 2bea723782
commit 7a415fa4c6
2 changed files with 6 additions and 3 deletions

View File

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

View File

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