animate modal.
This commit is contained in:
@@ -26,6 +26,9 @@
|
|||||||
@keyframes scaleUp {
|
@keyframes scaleUp {
|
||||||
from { opacity: 0; transform: scale(.95); }
|
from { opacity: 0; transform: scale(.95); }
|
||||||
}
|
}
|
||||||
|
@keyframes appear {
|
||||||
|
from { opacity: 0; }
|
||||||
|
}
|
||||||
|
|
||||||
@keyframes moveToTop {
|
@keyframes moveToTop {
|
||||||
from { }
|
from { }
|
||||||
@@ -61,6 +64,10 @@
|
|||||||
color: #2EB398;
|
color: #2EB398;
|
||||||
border: 3px solid #2EB398;
|
border: 3px solid #2EB398;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.modal {
|
||||||
|
animation: appear .7s ease both;
|
||||||
|
}
|
||||||
.inbox-messages {
|
.inbox-messages {
|
||||||
animation: scaleUp .7s ease both;
|
animation: scaleUp .7s ease both;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user