mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +08:00
update tag animationName
This commit is contained in:
parent
2bea723782
commit
7a415fa4c6
@ -79,6 +79,3 @@
|
|||||||
margin-right: 0;
|
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-left, antZoomLeft);
|
||||||
.zoom-motion(zoom-right, antZoomRight);
|
.zoom-motion(zoom-right, antZoomRight);
|
||||||
|
|
||||||
|
|
||||||
|
.zoom-tag-leave{
|
||||||
|
animation: antZoomOut .3s @ease-in-out-circ;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
@keyframes antZoomIn {
|
@keyframes antZoomIn {
|
||||||
0% {
|
0% {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user