From d3422636d78c4ba04ac3d99580132f1bf2975ddd Mon Sep 17 00:00:00 2001 From: dev-aly3n Date: Sun, 4 Feb 2024 13:20:38 +0330 Subject: [PATCH] change card time --- src/utils/animation.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/animation.ts b/src/utils/animation.ts index 105997cd..072d4ba8 100644 --- a/src/utils/animation.ts +++ b/src/utils/animation.ts @@ -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, }, }),