Skip to content

Commit 333f8c7

Browse files
Update magic-wand--motion.module.scss
Added the missing o to make correct css
1 parent 7e0a745 commit 333f8c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Formatting/MagicWandMotion/magic-wand--motion.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
@keyframes wand {
4444
0% { transform: rotate(0); animation-timing-function: cubic-bezier(0.00, 0.00, 0.83, 1.00) }
4545
38.3% { transform: rotate(4deg); animation-timing-function: cubic-bezier(0.66, 0.00, 0.34, 1.00) }
46-
56.6% { transform: rotate(-4deg); animation-timing-functin: cubic-bezier(0.34, 0.00, 0.34, 1.00) }
46+
56.6% { transform: rotate(-4deg); animation-timing-function: cubic-bezier(0.34, 0.00, 0.34, 1.00) }
4747
80% { transform: rotate(0) }
4848
100% { transform: rotate(0)}
4949
}

0 commit comments

Comments
 (0)