Spaces:
Running
Running
File size: 188 Bytes
82b391b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
.typing {
position: absolute;
top: -25px;
left: 0;
font-size: 14px;
animation: show_popup 0.4s;
}
.typing-hiding {
animation: hide_popup 0.4s;
}
.typing-hidden {
display: none;
}
|