Skip to content

Commit

Permalink
chore: 초기 로딩 속도 증가
Browse files Browse the repository at this point in the history
  • Loading branch information
bassyu committed Oct 9, 2023
1 parent 37b8f87 commit 18772b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const ProgressBar = styled.div`

export const progressing = keyframes`
0% { transform: translateX(-100%); }
50% { transform: translateX(-80%); }
50% { transform: translateX(-10%); }
100% { transform: translateX(0); }
`;

Expand Down

0 comments on commit 18772b6

Please sign in to comment.