refactor(message): new animation

This commit is contained in:
07akioni 2019-08-20 17:27:08 +08:00
parent 2fa3592bde
commit 64931d1eee

View File

@ -67,14 +67,15 @@
}
&.is-going-to-emerge {
opacity: 0;
transform: translateY(-12px);
transform: translateY(-12px) scale(.5);
transform-origin: top center;
max-height: 0px;
margin-bottom: 0;
}
&.is-vanishing {
opacity: 0;
transform: translateY(-12px);
transform-origin: top center;
transform: translateY(-12px) scale(.5);
max-height: 0px;
margin-bottom: 0;
}