From f12117c25e12608ccb8ea4efc11db763f971347b Mon Sep 17 00:00:00 2001 From: Neeraj Rekwar <88387699+neerajrekwar@users.noreply.github.com> Date: Thu, 11 Jul 2024 12:50:19 +0000 Subject: [PATCH] Gg --- app/components/TextFlipper.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/TextFlipper.tsx b/app/components/TextFlipper.tsx index 9c1fc1f53..de638489a 100644 --- a/app/components/TextFlipper.tsx +++ b/app/components/TextFlipper.tsx @@ -27,7 +27,7 @@ const TextFlipper: React.FC = () => { initial={{ opacity: 0, y: -20 }} animate={{ opacity: 1, y: 0 }} exit={{ opacity: 0, y: 10 }} - transition={{ duration: 0.8}} + transition={{ duration: 0.5}} className=" z-10 text-3xl sm:text-lg md:text-7xl text-thirdText font-bold" > {words[index]}