mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-12 11:55:24 +08:00
84ca70e8b7
fixed #1
20 lines
451 B
Plaintext
20 lines
451 B
Plaintext
@import '../mixins/motion';
|
|
@import 'motion/fade';
|
|
@import 'motion/move';
|
|
@import 'motion/other';
|
|
@import 'motion/slide';
|
|
@import 'motion/zoom';
|
|
|
|
// For common/openAnimation
|
|
.ant-motion-collapse-legacy {
|
|
overflow: hidden;
|
|
&-active {
|
|
transition: height 0.15s @ease-in-out, opacity 0.15s @ease-in-out !important;
|
|
}
|
|
}
|
|
|
|
.ant-motion-collapse {
|
|
overflow: hidden;
|
|
transition: height 0.15s @ease-in-out, opacity 0.15s @ease-in-out !important;
|
|
}
|