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 {
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;