Skip to content

Commit

Permalink
Remove Animation Fill Mode from CircleLoader to fix SSR (#558)
Browse files Browse the repository at this point in the history
Update CircleLoader.tsx

Co-authored-by: David Hu <davidhu314@gmail.com>
  • Loading branch information
Lucien950 and davidhu2000 committed Jan 19, 2023
1 parent 1ef6575 commit b33fb0d
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 b33fb0d

Please sign in to comment.