mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 01:21:20 -04:00
adjust flashings
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
background, and auto-fit word flash together on every rover surface. */
|
||||
@keyframes rover-help-flash {
|
||||
0%, 49% { opacity: 0.96; }
|
||||
50%, 100% { opacity: 0.01; }
|
||||
50%, 100% { opacity: 0.1; }
|
||||
}
|
||||
|
||||
.rover-help-overlay {
|
||||
container-type: size;
|
||||
animation: rover-help-flash 1s steps(1, end) infinite;
|
||||
animation: rover-help-flash 2s steps(1, end) infinite;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user