Skip to content

Commit

Permalink
change card time
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-aly3n committed Feb 4, 2024
1 parent 9878941 commit d342263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/animation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export const gameCardAni: Variants = {
translateY: "0px",
rotateY: "180deg",
transition: {
duration: 0.1,
duration: 0.5,
delay: custom.cardIndex * 0.1 + 2,
},
}),
Expand Down

0 comments on commit d342263

Please sign in to comment.