diff --git a/src/components/player/player-scores.tsx b/src/components/player/player-scores.tsx index 35e198c..54836d7 100644 --- a/src/components/player/player-scores.tsx +++ b/src/components/player/player-scores.tsx @@ -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,