mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
fix: cubic-bezier should be animation-timing-function (#35943)
This commit is contained in:
parent
d099dea28b
commit
c56bb2bb0f
@ -527,7 +527,7 @@
|
||||
.@{upload-prefix-cls}-animate-inline-enter,
|
||||
.@{upload-prefix-cls}-animate-inline-leave {
|
||||
animation-duration: @animation-duration-slow;
|
||||
animation-fill-mode: @ease-in-out-circ;
|
||||
animation-timing-function: @ease-in-out-circ;
|
||||
}
|
||||
|
||||
.@{upload-prefix-cls}-animate-inline-appear,
|
||||
|
Loading…
Reference in New Issue
Block a user