Skip to content

Commit

Permalink
Merge 6489f9e into 1ef6575
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucien950 committed Jan 19, 2023
2 parents 1ef6575 + 6489f9e commit a705a0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/CircleLoader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ function CircleLoader({
transition: "2s",
top: `${i * 0.7 * 2.5}%`,
left: `${i * 0.35 * 2.5}%`,
animationFillMode: "",
animation: `${circle} ${1 / speedMultiplier}s ${(i * 0.2) / speedMultiplier}s infinite linear`,
};
};
Expand Down

0 comments on commit a705a0d

Please sign in to comment.