mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 02:59:04 +08:00
Fix menu animation
This commit is contained in:
parent
4da4144355
commit
d4c1d230f5
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user