fix close animation

This commit is contained in:
jiang 2019-05-17 11:27:17 +08:00 committed by GitHub
parent 0c1b062c11
commit 1e406dbaf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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