Skip to content

Commit

Permalink
修正 Typer 动画入场时间
Browse files Browse the repository at this point in the history
  • Loading branch information
kobe-koto committed Jan 31, 2024
1 parent 1d34865 commit 5aa2b97
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/typer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,8 @@
}
}

typeWriter();
setTimeout(function () {
typeWriter();
}, 450);

</script>

0 comments on commit 5aa2b97

Please sign in to comment.