From 9de5269984bfed48a6931e9aeb78c903df91f75d Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 7 Sep 2021 13:10:55 +0700 Subject: [PATCH] styles: change name animation --- .../CollapseCommon/CollapseChild/CollapseChild.module.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/common/CollapseCommon/CollapseChild/CollapseChild.module.scss b/src/components/common/CollapseCommon/CollapseChild/CollapseChild.module.scss index 9b7094088..e6a71e44e 100644 --- a/src/components/common/CollapseCommon/CollapseChild/CollapseChild.module.scss +++ b/src/components/common/CollapseCommon/CollapseChild/CollapseChild.module.scss @@ -11,7 +11,7 @@ } .contentContainer { @apply block; - animation: ContentAnimation 0.5s ease-out; + animation: ContentAnimationIn 0.5s ease-out; } .toggle { &:before { @@ -54,7 +54,7 @@ .contentContainer { @apply hidden pb-16; } -@keyframes ContentAnimation { +@keyframes ContentAnimationIn { 0% { opacity: 0; transform: translateY(-1.6rem);