Skip to content

Commit

Permalink
delay params: make this configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
muddlebee committed Nov 19, 2024
1 parent 36e0d78 commit f343fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ export default function Component() {
'bg-slate-800 text-slate-400'}`}
initial={{ scale: 0.8, opacity: 0 }}
animate={{ scale: 1, opacity: 1 }}
transition={{ delay: index * 0.2 }}
transition={{ delay: index * 0.4 }}
>
{step.status === 'completed' ? (
<Check className="w-6 h-6" />
Expand Down

0 comments on commit f343fdf

Please sign in to comment.