From 333f8c7db4958f5c9b21a03d6bdeb537f61d10db Mon Sep 17 00:00:00 2001 From: Ange Marc Despert <74404918+TheMisterPenguin@users.noreply.github.com> Date: Tue, 21 May 2024 10:22:13 +0200 Subject: [PATCH] Update magic-wand--motion.module.scss Added the missing o to make correct css --- .../Formatting/MagicWandMotion/magic-wand--motion.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Formatting/MagicWandMotion/magic-wand--motion.module.scss b/src/components/Formatting/MagicWandMotion/magic-wand--motion.module.scss index f69f1a6e..3434f81c 100644 --- a/src/components/Formatting/MagicWandMotion/magic-wand--motion.module.scss +++ b/src/components/Formatting/MagicWandMotion/magic-wand--motion.module.scss @@ -43,7 +43,7 @@ @keyframes wand { 0% { transform: rotate(0); animation-timing-function: cubic-bezier(0.00, 0.00, 0.83, 1.00) } 38.3% { transform: rotate(4deg); animation-timing-function: cubic-bezier(0.66, 0.00, 0.34, 1.00) } - 56.6% { transform: rotate(-4deg); animation-timing-functin: cubic-bezier(0.34, 0.00, 0.34, 1.00) } + 56.6% { transform: rotate(-4deg); animation-timing-function: cubic-bezier(0.34, 0.00, 0.34, 1.00) } 80% { transform: rotate(0) } 100% { transform: rotate(0)} }