improving the appear problem.
This commit is contained in:
@@ -55,31 +55,35 @@
|
||||
|
||||
@keyframes flashWarning {
|
||||
from {
|
||||
background-color: #00d1b2;
|
||||
|
||||
}
|
||||
to {
|
||||
background-color: inherit;
|
||||
|
||||
background-color: #00d1b2;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes flashPrimary {
|
||||
from {
|
||||
transform: translateY(100%);
|
||||
opacity: 0;
|
||||
background-color: #00d1b2;
|
||||
|
||||
}
|
||||
to {
|
||||
|
||||
background-color: #00d1b2;
|
||||
background-color: inherit;
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
tbody tr.live-removed {
|
||||
animation: flashWarning 1.0s ease both;
|
||||
animation-fill-mode: forwards;
|
||||
}
|
||||
tbody tr.live-added {
|
||||
animation: flashPrimary 1.0s ease both;
|
||||
animation-fill-mode: forwards;
|
||||
}
|
||||
.left-nav {
|
||||
width: 300px;
|
||||
|
||||
Reference in New Issue
Block a user