diff --git a/style/components/tag.less b/style/components/tag.less index 69afa69d73..8e55652fb3 100644 --- a/style/components/tag.less +++ b/style/components/tag.less @@ -79,6 +79,3 @@ margin-right: 0; } } -.zoom-tag-leave{ - animation: zoomOut .3s @ease-in-out-circ; -} diff --git a/style/core/motion/zoom.less b/style/core/motion/zoom.less index f03a738928..ee835ab00a 100644 --- a/style/core/motion/zoom.less +++ b/style/core/motion/zoom.less @@ -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;