From 58e050ba2f0d65595e8c7d782e546d18360f95f7 Mon Sep 17 00:00:00 2001 From: Lukas Schaab Date: Tue, 25 Feb 2025 14:45:26 +0100 Subject: [PATCH] added wiggle animation for button transition --- .../React/ReactRelated/ReactBaseComponents/StyledButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/Core/Presentation/React/ReactRelated/ReactBaseComponents/StyledButton.tsx b/src/Components/Core/Presentation/React/ReactRelated/ReactBaseComponents/StyledButton.tsx index 21744dacd..e5dfee432 100644 --- a/src/Components/Core/Presentation/React/ReactRelated/ReactBaseComponents/StyledButton.tsx +++ b/src/Components/Core/Presentation/React/ReactRelated/ReactBaseComponents/StyledButton.tsx @@ -92,7 +92,7 @@ export default function StyledButton({ buttonConfig[feedback], ), animate && animatedTransition - ? "animate-[pulse_1s_ease-in-out_1]" + ? "animate-[wiggle_0.5s_ease-in-out_1]" : "", )} {...rest}