Fix menu animation

This commit is contained in:
afc163 2016-05-07 16:23:28 +08:00
parent 4da4144355
commit d4c1d230f5

View File

@ -5,3 +5,11 @@
@import "motion/slide";
@import "motion/swing";
@import "motion/zoom";
// For common/openAnimation
.ant-motion-collapse {
overflow: hidden;
&-active {
transition: height .2s @ease-out;
}
}