From 14e813483a875eb49bc1f5ce6217d4e9bdf9508f Mon Sep 17 00:00:00 2001 From: jhj2713 Date: Wed, 14 Aug 2024 16:59:28 +0900 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20filp=20=EC=8B=9C=EA=B0=84=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/features/CasperCustom/CasperCustomFinishing.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/features/CasperCustom/CasperCustomFinishing.tsx b/client/src/features/CasperCustom/CasperCustomFinishing.tsx index a5befcba..0ae67a3c 100644 --- a/client/src/features/CasperCustom/CasperCustomFinishing.tsx +++ b/client/src/features/CasperCustom/CasperCustomFinishing.tsx @@ -29,11 +29,11 @@ export function CasperCustomFinishing({ navigateNextStep }: CasperCustomFinishin const flipTimer = setTimeout(() => { setIsFlipped(true); - }, 3000); + }, 2000); const navigateTimer = setTimeout(() => { navigateNextStep(); - }, 6000); + }, 4000); return () => { clearTimeout(flipTimer); From 92ae00d780ed80d84a0972544e4ba56351214670 Mon Sep 17 00:00:00 2001 From: jhj2713 Date: Wed, 14 Aug 2024 17:01:56 +0900 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20=EC=9D=B4=EB=AA=A9=EA=B5=AC=EB=B9=84?= =?UTF-8?q?=20=EC=9C=84=EC=B9=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/constants/CasperCustom/casper.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/constants/CasperCustom/casper.ts b/client/src/constants/CasperCustom/casper.ts index ac4a53d7..6194326d 100644 --- a/client/src/constants/CasperCustom/casper.ts +++ b/client/src/constants/CasperCustom/casper.ts @@ -338,7 +338,7 @@ export const CASPER_MOUTH_SIZE = { }, [MOUTH_OPTION.MOCKING]: { WIDTH: 170, - TOP: 90, + TOP: 94, }, [MOUTH_OPTION.SMILE]: { WIDTH: 170, @@ -360,7 +360,7 @@ export const CASPER_MOUTH_SIZE = { }, [MOUTH_OPTION.MOCKING]: { WIDTH: 126, - TOP: 59, + TOP: 60, }, [MOUTH_OPTION.SMILE]: { WIDTH: 128,