Change Tag appear animation

This commit is contained in:
afc163 2016-05-04 20:37:57 +08:00
parent a5a79ceebf
commit 607e5729e5

View File

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