mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
adjust message disappear animation setting
This commit is contained in:
parent
ec34c2b351
commit
3485529307
@ -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% {
|
||||
|
Loading…
Reference in New Issue
Block a user