Skip to content

Commit

Permalink
Fix indeterminate CircularProgress animation to be symmetric and smooth
Browse files Browse the repository at this point in the history
  • Loading branch information
yashdev16 committed Jan 3, 2025
1 parent e7a9490 commit e78d580
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ const circularDashKeyframe = keyframes`
}
100% {
stroke-dasharray: 100px, 200px;
stroke-dashoffset: -125px;
stroke-dasharray: 1px, 200px;
stroke-dashoffset: -126px;
}
`;

Expand Down

0 comments on commit e78d580

Please sign in to comment.