From 92e469bc5e307e0498860f0a83a58fabcfacaf2e Mon Sep 17 00:00:00 2001 From: Emile Clark-Boman Date: Mon, 28 Jul 2025 23:16:52 +1000 Subject: [PATCH] typing effects cursor blink now waits for typing to finish --- www/typing.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/typing.css b/www/typing.css index e0733f2..ec115aa 100644 --- a/www/typing.css +++ b/www/typing.css @@ -31,7 +31,7 @@ body { .typing { display: inline-block; width: 36ch; - animation: typing 3s steps(36), blink 1s step-end infinite alternate; + animation: typing 3s steps(36), blink 1s step-end 3s infinite alternate; white-space: nowrap; overflow: hidden; border-right: 1ch solid;