Skip to content

Commit

Permalink
style : animation 시간 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
BadaHertz52 committed Jan 20, 2025
1 parent 2c3c301 commit 43a664d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/common/TextBlinkLoader/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export interface LoaderProps {
}

export const Loader = styled.div<LoaderProps>`
animation: l1 1.5s linear infinite alternate;
animation: l1 1s linear infinite alternate;
&::before {
content: '${({ $content }) => $content ?? 'Loading...'}';
Expand Down

0 comments on commit 43a664d

Please sign in to comment.