maybe a little better? placebo??
All checks were successful
Deploy SSR / deploy (push) Successful in 1m11s
All checks were successful
Deploy SSR / deploy (push) Successful in 1m11s
This commit is contained in:
parent
b8311ad1ec
commit
d404f3b79f
@ -32,10 +32,16 @@ const scoreAnimation: Variants = {
|
||||
hiddenRight: {
|
||||
opacity: 0,
|
||||
x: 50,
|
||||
transition: {
|
||||
delay: 0,
|
||||
},
|
||||
},
|
||||
hiddenLeft: {
|
||||
opacity: 0,
|
||||
x: -50,
|
||||
transition: {
|
||||
delay: 0,
|
||||
},
|
||||
},
|
||||
visible: {
|
||||
opacity: 1,
|
||||
|
Reference in New Issue
Block a user