Skip to content

Commit

Permalink
Update duration in HyperText component
Browse files Browse the repository at this point in the history
  • Loading branch information
needim committed Oct 2, 2024
1 parent 0936cdd commit 0ba1507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/hyper-text.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const getRandomInt = (max: number) => Math.floor(Math.random() * max);

export default function HyperText({
text,
duration = 100,
duration = 1000,
framerProps = {
initial: { opacity: 0, y: -10 },
animate: { opacity: 1, y: 0 },
Expand Down

0 comments on commit 0ba1507

Please sign in to comment.