ant-table-ext
Version:
An extended table based on ant table
16 lines (14 loc) • 314 B
text/less
@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 .12s, opacity .12s ;
}
}