mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 21:19:37 +08:00
Merge pull request #16643 from ant-design/drawer-close-resume-animate
fix close animation
This commit is contained in:
commit
947e8e5d7d
@ -190,6 +190,8 @@
|
||||
width: 100%;
|
||||
height: 0;
|
||||
background-color: @modal-mask-bg;
|
||||
left: 0;
|
||||
top: 0;
|
||||
opacity: 0;
|
||||
filter: ~'alpha(opacity=50)';
|
||||
transition: opacity @animation-duration-slow linear, height 0s ease @animation-duration-slow;
|
||||
|
Loading…
Reference in New Issue
Block a user