typing effects cursor blink now waits for typing to finish
This commit is contained in:
parent
1d8c87df59
commit
92e469bc5e
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue