mirror of
https://github.com/Michatec/wk_wars2x.git
synced 2026-04-01 08:26:27 +02:00
BOLO hits now make the plate flash for 3 seconds
This commit is contained in:
@@ -719,6 +719,16 @@ button:focus { outline: none; }
|
||||
color: rgb( 100, 100, 100 );
|
||||
}
|
||||
|
||||
.plate_hit {
|
||||
animation: plate_flash linear 0.75s infinite;
|
||||
}
|
||||
|
||||
@keyframes plate_flash {
|
||||
0% { opacity: 1.0; }
|
||||
50% { opacity: 0.0; }
|
||||
100% { opacity: 1.0; }
|
||||
}
|
||||
|
||||
#plateReaderBox {
|
||||
width: 225px;
|
||||
height: 300px;
|
||||
|
||||
Reference in New Issue
Block a user