Skip to content

Commit

Permalink
fix: make animation faster
Browse files Browse the repository at this point in the history
  • Loading branch information
arianrhodsandlot committed Nov 7, 2023
1 parent af488f6 commit 6737607
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export function GameLaunchingImage({
initial={styles.initial}
onAnimationComplete={onAnimationComplete}
onAnimationStart={onAnimationStart}
transition={{ duration: 0.4 }}
transition={{ duration: 0.2 }}
>
{children}
</motion.div>
Expand Down

0 comments on commit 6737607

Please sign in to comment.