This commit is contained in:
maojindao55
2025-02-12 19:22:13 +08:00
parent efa6d1792b
commit 3fac860583
7 changed files with 522 additions and 150 deletions

View File

@@ -0,0 +1,8 @@
.typing-indicator {
display: inline-block;
animation: blink 1s step-end infinite;
}
@keyframes blink {
50% { opacity: 0; }
}