fix: cubic-bezier should be animation-timing-function (#35943)

This commit is contained in:
MadCcc 2022-06-08 11:06:50 +08:00 committed by GitHub
parent d099dea28b
commit c56bb2bb0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,