typing effects cursor blink now waits for typing to finish

This commit is contained in:
Emile Clark-Boman 2025-07-28 23:16:52 +10:00
parent 1d8c87df59
commit 92e469bc5e

View file

@ -31,7 +31,7 @@ body {
.typing { .typing {
display: inline-block; display: inline-block;
width: 36ch; 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; white-space: nowrap;
overflow: hidden; overflow: hidden;
border-right: 1ch solid; border-right: 1ch solid;