From ed80b18e279295ab6c25eda12eed5a89f66fcccc Mon Sep 17 00:00:00 2001 From: Enzo Vieira Date: Thu, 26 Oct 2023 19:48:34 +0100 Subject: [PATCH] fix: Change animation speed --- layout/Home/components/Hero/Title/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/Home/components/Hero/Title/index.tsx b/layout/Home/components/Hero/Title/index.tsx index 464c836d..747a68c2 100644 --- a/layout/Home/components/Hero/Title/index.tsx +++ b/layout/Home/components/Hero/Title/index.tsx @@ -24,7 +24,7 @@ export default function Title() { .start(); }} options={{ - delay: 50, + delay: 25, cursor: "_", cursorClassName: "text-5xl animate-[typewriter-cursor-pulse_1s_steps(1)_infinite] sm:text-5xl md-text-6xl lg:text-7xl",