From 5aa2b975a591494ba6971e71fc63c5fd893d97fd Mon Sep 17 00:00:00 2001 From: kobe koto <91669733+kobe-koto@users.noreply.github.com> Date: Wed, 31 Jan 2024 21:54:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=20Typer=20=E5=8A=A8=E7=94=BB?= =?UTF-8?q?=E5=85=A5=E5=9C=BA=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/typer.astro | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/typer.astro b/src/components/typer.astro index bf520e8..692b0e2 100644 --- a/src/components/typer.astro +++ b/src/components/typer.astro @@ -46,5 +46,8 @@ } } - typeWriter(); + setTimeout(function () { + typeWriter(); + }, 450); + \ No newline at end of file