maybe a little better? placebo??
All checks were successful
Deploy SSR / deploy (push) Successful in 1m11s

This commit is contained in:
Lee 2024-09-12 23:34:22 +01:00
parent b8311ad1ec
commit d404f3b79f

@ -32,10 +32,16 @@ const scoreAnimation: Variants = {
hiddenRight: { hiddenRight: {
opacity: 0, opacity: 0,
x: 50, x: 50,
transition: {
delay: 0,
},
}, },
hiddenLeft: { hiddenLeft: {
opacity: 0, opacity: 0,
x: -50, x: -50,
transition: {
delay: 0,
},
}, },
visible: { visible: {
opacity: 1, opacity: 1,