Skip to content

Commit

Permalink
misc: change the animation duration and transition interval to normal
Browse files Browse the repository at this point in the history
  • Loading branch information
jinho-choi123 committed Oct 28, 2023
1 parent 0aa5403 commit 20150f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config/animation.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const AnimationDuration = 2000;
export const TransitionInterval = 4000;
export const AnimationDuration = 3200;
export const TransitionInterval = 10000;

0 comments on commit 20150f3

Please sign in to comment.