Skip to content

Commit

Permalink
fix: fix wrong animation
Browse files Browse the repository at this point in the history
  • Loading branch information
SegaraRai committed Jun 14, 2024
1 parent 0a21ecf commit a279df8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/widget/WeatherWidget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ export function WeatherWidget({
</g>
{/* Location */}
<g
class=":uno: an-[slide-in-left]-ease-out-1.3s"
class=":uno: an-[slide-in-left]-ease-out-.3s-1s"
mask="url(#location-mask)"
>
<text
Expand Down Expand Up @@ -454,7 +454,7 @@ export function WeatherWidget({
{/* Time */}
<g>
<rect
class=":uno: an-[reveal-to-right]-ease-out-1.4s"
class=":uno: an-[reveal-to-right]-ease-out-.4s-1s"
y="94"
width="400"
height="100"
Expand Down

0 comments on commit a279df8

Please sign in to comment.