From f078a1aa3b82ab7b95f11136aadc131135a52be0 Mon Sep 17 00:00:00 2001 From: Maxime Lalo Date: Tue, 18 Apr 2023 11:11:50 +0200 Subject: [PATCH] :bug: Fixing animation on textarea placeholder --- .../DesignSystem/Form/Elements/InputField/classes.module.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/front/Components/DesignSystem/Form/Elements/InputField/classes.module.scss b/src/front/Components/DesignSystem/Form/Elements/InputField/classes.module.scss index 7b70c608..4130e5ef 100644 --- a/src/front/Components/DesignSystem/Form/Elements/InputField/classes.module.scss +++ b/src/front/Components/DesignSystem/Form/Elements/InputField/classes.module.scss @@ -111,6 +111,7 @@ position: absolute; background: $white; transform: translateY(35px); + transition: transform 0.3s ease-in-out; } &:focus {