Skip to content

Commit

Permalink
[#22] refact : animationConfig 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
choibumsu committed Feb 21, 2021
1 parent a485f4f commit 5a4aecf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/components/MainSection/Timer/DisplayTime/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@ function getDifference(str: string, from: string): string {
}

const animationConfig = {
beforeOpacity: 0,
beforeScale: 0.7,
targetY: '0.6em',
duration: '0.4s',
beforeOpacity: 0,
delay: 500,
duration: 300,
delay: 300,
disappearDelay: 100,
}

const guardConfig = {
Expand Down

0 comments on commit 5a4aecf

Please sign in to comment.