mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-05 05:29:01 +08:00
16 lines
340 B
Plaintext
16 lines
340 B
Plaintext
@import "../mixins/motion";
|
|
@import "motion/fade";
|
|
@import "motion/move";
|
|
@import "motion/other";
|
|
@import "motion/slide";
|
|
@import "motion/swing";
|
|
@import "motion/zoom";
|
|
|
|
// For common/openAnimation
|
|
.ant-motion-collapse {
|
|
overflow: hidden;
|
|
&-active {
|
|
transition: height .15s @ease-in-out, opacity .15s @ease-in-out !important;
|
|
}
|
|
}
|