mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 11:40:04 +08:00
24f58c20e1
* fix menu-anim * fix menu-anim * update * remove space * fix test * Improve code style * submeu-title use color transition * sync motion-collapse time * snyc padding
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;
|
|
}
|
|
}
|