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: {
|
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,
|
||||||
|
Reference in New Issue
Block a user