use timer based mechanic instead
This commit is contained in:
@@ -78,6 +78,22 @@ canvas {
|
||||
line-height: 1;
|
||||
color: #eef5ff;
|
||||
text-shadow: 0 0 12px rgba(121, 174, 242, 0.35);
|
||||
transition: all 0.2s ease;
|
||||
}
|
||||
|
||||
.canvas-hud-value.low-time {
|
||||
color: #ff4444;
|
||||
text-shadow: 0 0 16px rgba(255, 68, 68, 0.6);
|
||||
animation: pulse-warning 0.6s infinite;
|
||||
}
|
||||
|
||||
@keyframes pulse-warning {
|
||||
0%, 100% {
|
||||
opacity: 1;
|
||||
}
|
||||
50% {
|
||||
opacity: 0.7;
|
||||
}
|
||||
}
|
||||
|
||||
.canvas-hud-row {
|
||||
|
||||
Reference in New Issue
Block a user