add
This commit is contained in:
8
src/styles/typing-indicator.css
Normal file
8
src/styles/typing-indicator.css
Normal file
@@ -0,0 +1,8 @@
|
||||
.typing-indicator {
|
||||
display: inline-block;
|
||||
animation: blink 1s step-end infinite;
|
||||
}
|
||||
|
||||
@keyframes blink {
|
||||
50% { opacity: 0; }
|
||||
}
|
||||
Reference in New Issue
Block a user