mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-15 17:12:59 -04:00
adjust flashings
This commit is contained in:
+2
-2
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -12,8 +12,8 @@
|
|||||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
||||||
<!-- site-metadata:inject -->
|
<!-- site-metadata:inject -->
|
||||||
<!-- analytics:inject -->
|
<!-- analytics:inject -->
|
||||||
<script type="module" crossorigin src="/assets/index-DF1J2vaC.js"></script>
|
<script type="module" crossorigin src="/assets/index-BlwAMzSa.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="/assets/index-3ThTtERF.css">
|
<link rel="stylesheet" crossorigin href="/assets/index-CAbGGZ6j.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
|
|||||||
@@ -3,10 +3,10 @@
|
|||||||
background, and auto-fit word flash together on every rover surface. */
|
background, and auto-fit word flash together on every rover surface. */
|
||||||
@keyframes rover-help-flash {
|
@keyframes rover-help-flash {
|
||||||
0%, 49% { opacity: 0.96; }
|
0%, 49% { opacity: 0.96; }
|
||||||
50%, 100% { opacity: 0.01; }
|
50%, 100% { opacity: 0.1; }
|
||||||
}
|
}
|
||||||
|
|
||||||
.rover-help-overlay {
|
.rover-help-overlay {
|
||||||
container-type: size;
|
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