From 8018e96a102287e777969bacf9fe9e4f123061e5 Mon Sep 17 00:00:00 2001 From: choibumsu Date: Mon, 22 Feb 2021 01:52:03 +0900 Subject: [PATCH] =?UTF-8?q?[#22]=20feat=20:=20=EA=B9=9C=EB=B9=A1=EC=9D=B4?= =?UTF-8?q?=EB=8A=94=20=EC=88=AB=EC=9E=90=20re-render=20=EC=A0=84=EC=97=90?= =?UTF-8?q?=20opacity=200=EC=9C=BC=EB=A1=9C=20=EC=82=AC=EB=9D=BC=EC=A7=80?= =?UTF-8?q?=EA=B2=8C=20=ED=95=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/MainSection/Timer/DisplayTime/index.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/MainSection/Timer/DisplayTime/index.tsx b/src/components/MainSection/Timer/DisplayTime/index.tsx index 8d2bee8..966ce23 100644 --- a/src/components/MainSection/Timer/DisplayTime/index.tsx +++ b/src/components/MainSection/Timer/DisplayTime/index.tsx @@ -107,6 +107,9 @@ export const DisplayTime: React.FC = ({ setTimeout(() => { setGuardAnimation(getAnimationObj(1)) + setInAnimation( + getAnimationObj(0, `0s ${animationConfig.disappearDelay}ms`) + ) }, guardConfig.appearTime) }, [nextTime])