Skip to content

Commit a279df8

Browse files
committed
fix: fix wrong animation
1 parent 0a21ecf commit a279df8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/widget/WeatherWidget.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ export function WeatherWidget({
424424
</g>
425425
{/* Location */}
426426
<g
427-
class=":uno: an-[slide-in-left]-ease-out-1.3s"
427+
class=":uno: an-[slide-in-left]-ease-out-.3s-1s"
428428
mask="url(#location-mask)"
429429
>
430430
<text
@@ -454,7 +454,7 @@ export function WeatherWidget({
454454
{/* Time */}
455455
<g>
456456
<rect
457-
class=":uno: an-[reveal-to-right]-ease-out-1.4s"
457+
class=":uno: an-[reveal-to-right]-ease-out-.4s-1s"
458458
y="94"
459459
width="400"
460460
height="100"

0 commit comments

Comments
 (0)