ant-design/components/style/core/motion.less
2017-02-16 15:38:24 +08:00

16 lines
297 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 .24s ease-in;
}
}