Merge pull request #16643 from ant-design/drawer-close-resume-animate

fix close animation
This commit is contained in:
偏右 2019-05-17 11:35:53 +08:00 committed by GitHub
commit 947e8e5d7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;