@@ -217,8 +217,13 @@ export function WeatherWidget({
217
217
font-family = "system-ui,sans-serif,'Helvetica Neue',Arial"
218
218
style = "font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;"
219
219
>
220
- < rect width = "400" height = "120" fill = "url(#background-gradient)" />
221
- < g class = ":uno: an-[fade-in]-ease-out-.4s" >
220
+ < rect
221
+ class = ":uno: an-[fade-in]-ease-out-.3s-.7s"
222
+ width = "400"
223
+ height = "120"
224
+ fill = "url(#background-gradient)"
225
+ />
226
+ < g class = ":uno: an-[fade-in]-ease-out-.4s-1s" >
222
227
{ /* Weather icon */ }
223
228
< use
224
229
href = { `#${ getWeatherIcon (
@@ -267,7 +272,7 @@ export function WeatherWidget({
267
272
</ g >
268
273
{ /* Humidity, Precipitation, Wind and Air Pressure */ }
269
274
< g >
270
- < g class = ":uno: an-[fade-in]-ease-out-.4s-.2s" >
275
+ < g class = ":uno: an-[fade-in]-ease-out-.4s-1 .2s" >
271
276
{ /* Humidity */ }
272
277
< use
273
278
href = "#i-meteocons-humidity-fill"
@@ -291,7 +296,7 @@ export function WeatherWidget({
291
296
</ tspan >
292
297
</ text >
293
298
</ g >
294
- < g class = ":uno: an-[fade-in]-ease-out-.4s-.3s" >
299
+ < g class = ":uno: an-[fade-in]-ease-out-.4s-1 .3s" >
295
300
{ /* Precipitation */ }
296
301
< g >
297
302
< use
@@ -354,7 +359,7 @@ export function WeatherWidget({
354
359
</ g >
355
360
) }
356
361
</ g >
357
- < g class = ":uno: an-[fade-in]-ease-out-.4s-.3s" >
362
+ < g class = ":uno: an-[fade-in]-ease-out-.4s-1 .3s" >
358
363
{ /* Wind */ }
359
364
< g >
360
365
< use
@@ -419,7 +424,7 @@ export function WeatherWidget({
419
424
</ g >
420
425
{ /* Location */ }
421
426
< g
422
- class = ":uno: an-[slide-in-left]-ease-out-.3s"
427
+ class = ":uno: an-[slide-in-left]-ease-out-1 .3s"
423
428
mask = "url(#location-mask)"
424
429
>
425
430
< text
@@ -449,14 +454,14 @@ export function WeatherWidget({
449
454
{ /* Time */ }
450
455
< g >
451
456
< rect
452
- class = ":uno: an-[reveal-to-right]-ease-out-.4s"
457
+ class = ":uno: an-[reveal-to-right]-ease-out-1 .4s"
453
458
y = "94"
454
459
width = "400"
455
460
height = "100"
456
461
fill = "#ffffff"
457
462
fill-opacity = ".2"
458
463
/>
459
- < g class = ":uno: an-[slide-in-up]-ease-out-.4s-.1s" >
464
+ < g class = ":uno: an-[slide-in-up]-ease-out-.4s-1 .1s" >
460
465
< text x = "12" y = "112" font-size = "16" fill = { theme . text } >
461
466
< tspan > { formattedWeekday } </ tspan >
462
467
</ text >
@@ -472,7 +477,7 @@ export function WeatherWidget({
472
477
</ g >
473
478
</ g >
474
479
{ /* Credit. No localization needed. */ }
475
- < g class = ":uno: an-[fade-in]-ease-out-.4s-1s " lang = "en-US" >
480
+ < g class = ":uno: an-[fade-in]-ease-out-.4s-2s " lang = "en-US" >
476
481
< a
477
482
href = "https://github.com/SegaraRai/weather.svg"
478
483
hrefLang = "en-US"
0 commit comments