mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 16:06:28 +08:00
fix close animation
This commit is contained in:
parent
0c1b062c11
commit
1e406dbaf0
@ -191,6 +191,8 @@
|
|||||||
height: 0;
|
height: 0;
|
||||||
background-color: @modal-mask-bg;
|
background-color: @modal-mask-bg;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
left: 0;
|
||||||
|
top: 0;
|
||||||
filter: ~'alpha(opacity=50)';
|
filter: ~'alpha(opacity=50)';
|
||||||
transition: opacity @animation-duration-slow linear, height 0s ease @animation-duration-slow;
|
transition: opacity @animation-duration-slow linear, height 0s ease @animation-duration-slow;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user