Skip to content

Commit

Permalink
fix: Change animation speed
Browse files Browse the repository at this point in the history
  • Loading branch information
EnzoVieira committed Oct 26, 2023
1 parent 52baa70 commit ed80b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layout/Home/components/Hero/Title/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ed80b18

Please sign in to comment.