We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eef874b commit b144109Copy full SHA for b144109
components/style/core/motion.less
@@ -10,11 +10,13 @@
10
.ant-motion-collapse-legacy {
11
overflow: hidden;
12
&-active {
13
- transition: height 0.15s @ease-in-out, opacity 0.15s @ease-in-out !important;
+ transition: height @animation-duration-base @ease-in-out,
14
+ opacity @animation-duration-base @ease-in-out !important;
15
}
16
17
18
.ant-motion-collapse {
19
20
21
22
0 commit comments