Spaces:
Runtime error
Runtime error
Update timer/style.css
Browse files- timer/style.css +73 -0
timer/style.css
CHANGED
@@ -141,6 +141,26 @@ body {
|
|
141 |
}
|
142 |
}
|
143 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
144 |
@-webkit-keyframes progress-fill {
|
145 |
0% {
|
146 |
x: -100%;
|
@@ -179,6 +199,23 @@ body {
|
|
179 |
}
|
180 |
}
|
181 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
182 |
|
183 |
@-webkit-keyframes walk {
|
184 |
0% {
|
@@ -424,6 +461,42 @@ body {
|
|
424 |
|
425 |
/* Flames */
|
426 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
427 |
/* @keyframes show-flames {
|
428 |
0% {
|
429 |
transform: translateY(0);
|
|
|
141 |
}
|
142 |
}
|
143 |
|
144 |
+
@-webkit-keyframes finished-fill {
|
145 |
+
0% {
|
146 |
+
x: -3%;
|
147 |
+
}
|
148 |
+
|
149 |
+
100% {
|
150 |
+
x: -3%;
|
151 |
+
}
|
152 |
+
}
|
153 |
+
|
154 |
+
@keyframes finished-fill {
|
155 |
+
0% {
|
156 |
+
x: -3%;
|
157 |
+
}
|
158 |
+
|
159 |
+
100% {
|
160 |
+
x: -3%;
|
161 |
+
}
|
162 |
+
}
|
163 |
+
|
164 |
@-webkit-keyframes progress-fill {
|
165 |
0% {
|
166 |
x: -100%;
|
|
|
199 |
}
|
200 |
}
|
201 |
|
202 |
+
@-webkit-keyframes finished {
|
203 |
+
0% {
|
204 |
+
transform: translateX(520px);
|
205 |
+
}
|
206 |
+
100% {
|
207 |
+
transform: translateX(520px);
|
208 |
+
}
|
209 |
+
}
|
210 |
+
|
211 |
+
@keyframes finished {
|
212 |
+
0% {
|
213 |
+
transform: translateX(520px);
|
214 |
+
}
|
215 |
+
100% {
|
216 |
+
transform: translateX(520px);
|
217 |
+
}
|
218 |
+
}
|
219 |
|
220 |
@-webkit-keyframes walk {
|
221 |
0% {
|
|
|
461 |
|
462 |
/* Flames */
|
463 |
|
464 |
+
@-webkit-keyframes idle-flames {
|
465 |
+
0% {
|
466 |
+
opacity: 0;
|
467 |
+
}
|
468 |
+
100% {
|
469 |
+
opacity: 0;
|
470 |
+
}
|
471 |
+
}
|
472 |
+
|
473 |
+
@keyframes idle-flames {
|
474 |
+
0% {
|
475 |
+
opacity: 0;
|
476 |
+
}
|
477 |
+
100% {
|
478 |
+
opacity: 0;
|
479 |
+
}
|
480 |
+
}
|
481 |
+
|
482 |
+
@-webkit-keyframes finished-flames {
|
483 |
+
0% {
|
484 |
+
opacity: 0;
|
485 |
+
}
|
486 |
+
100% {
|
487 |
+
opacity: 0;
|
488 |
+
}
|
489 |
+
}
|
490 |
+
|
491 |
+
@keyframes finished-flames {
|
492 |
+
0% {
|
493 |
+
opacity: 0;
|
494 |
+
}
|
495 |
+
100% {
|
496 |
+
opacity: 0;
|
497 |
+
}
|
498 |
+
}
|
499 |
+
|
500 |
/* @keyframes show-flames {
|
501 |
0% {
|
502 |
transform: translateY(0);
|