switch to a simpler css based typing animation

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn
2025-07-24 15:40:38 +03:00
parent 53a0fc3927
commit ee4b8a1d50
2 changed files with 20 additions and 68 deletions

View File

@@ -53,6 +53,16 @@
}
}
/* typing animation */
@keyframes typing {
from {
width: 0;
}
to {
width: 100%;
}
}
* {
padding: 0;
margin: 0;