diff --git a/components/tag/style/index.less b/components/tag/style/index.less index 1551e045dd..f1a2ff612c 100644 --- a/components/tag/style/index.less +++ b/components/tag/style/index.less @@ -86,7 +86,7 @@ &-zoom-enter, &-zoom-appear { - animation: antZoomIn .2s @ease-in-out-circ; + animation: antFadeIn .2s @ease-in-out-circ; animation-fill-mode: both; }