mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-30 06:09:34 +08:00
b63ceef831
* use CSSMotion * update snapshot
21 lines
475 B
Plaintext
21 lines
475 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-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;
|
|
}
|