[Improvement] Popup: optimize animation duration (#1694)

This commit is contained in:
neverland 2018-08-27 14:23:22 +08:00 committed by GitHub
parent d9fb7f7e6d
commit 26ff8ef43a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@
max-height: 100%;
overflow-y: auto;
background-color: $white;
transition: .2s ease-out;
transition: .3s ease-out;
-webkit-overflow-scrolling: touch;
transform: translate3d(-50%, -50%, 0);