adjust message disappear animation setting

This commit is contained in:
afc163 2017-02-20 14:44:27 +08:00
parent ec34c2b351
commit 3485529307

View File

@ -55,13 +55,14 @@
&-notice.move-up-leave.move-up-leave-active {
animation-name: MessageMoveOut;
overflow: hidden;
animation-duration: .3s;
}
}
@keyframes MessageMoveOut {
0% {
opacity: 1;
max-height: 60px;
max-height: 150px;
padding: 8px;
}
100% {