Skip to content

Commit

Permalink
decreased speed
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardZaydler committed Dec 4, 2024
1 parent 9f2d5e6 commit a30cc16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/SnowFall/SnowFall.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const SnowfallBackground = ({ topOffset = 0 }: { topOffset?: number }) =>
x: randomNumberBetween(0, width),
y: randomNumberBetween(-height, height),
size: randomNumberBetween(2, 7),
speed: randomNumberBetween(1, 3),
speed: randomNumberBetween(1, 1.5),
horizontalSpeed: randomNumberBetween(-1, 1),
}));
snowflakesRef.current = snowflakes;
Expand Down

0 comments on commit a30cc16

Please sign in to comment.