AchyuthGamer
commited on
Commit
•
05a3e54
1
Parent(s):
f810b04
Update client/css/message.css
Browse files- client/css/message.css +1 -1
client/css/message.css
CHANGED
@@ -8,7 +8,7 @@
|
|
8 |
}
|
9 |
|
10 |
.message:last-child {
|
11 |
-
animation:
|
12 |
}
|
13 |
|
14 |
@keyframes show_message {
|
|
|
8 |
}
|
9 |
|
10 |
.message:last-child {
|
11 |
+
animation: typing 2s steps(22), blink .5s step-end infinite show_message;
|
12 |
}
|
13 |
|
14 |
@keyframes show_message {
|