mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 12:09:14 +08:00
fix: upload list item flashes after being removed in react18 (#36801)
This commit is contained in:
parent
819eec806b
commit
ae43c269c3
@ -529,6 +529,7 @@
|
||||
.@{upload-prefix-cls}-animate-inline-leave {
|
||||
animation-duration: @animation-duration-slow;
|
||||
animation-timing-function: @ease-in-out-circ;
|
||||
animation-fill-mode: forwards;
|
||||
}
|
||||
|
||||
.@{upload-prefix-cls}-animate-inline-appear,
|
||||
|
Loading…
Reference in New Issue
Block a user