fixed docker

This commit is contained in:
2026-02-04 15:37:59 +00:00
parent 6d271ef65b
commit 025ce8f763
16 changed files with 135 additions and 93 deletions

View File

@@ -45,7 +45,7 @@ const itemVariants = {
y: 0,
transition: {
duration: 0.5,
ease: "easeOut",
ease: [0.16, 1, 0.3, 1] as [number, number, number, number],
},
},
};

View File

@@ -23,7 +23,7 @@ const itemVariants = {
y: 0,
transition: {
duration: 0.8,
ease: [0.22, 1, 0.36, 1], // Custom easing (approx. easeOutQuint/Expo) for a premium feel
ease: [0.22, 1, 0.36, 1] as [number, number, number, number], // Custom easing (approx. easeOutQuint/Expo) for a premium feel
},
},
};