[Frontend] Add animation when new message arrives
This commit is contained in:
parent
1abeac9f47
commit
3325c83500
@ -82,6 +82,14 @@ export class ChatView implements Observer<ChatMessageViewModel> {
|
||||
// if (cd.data.length > 0) {
|
||||
// this._userModel.notify();
|
||||
// }
|
||||
$(this._messageContainer)
|
||||
.stop()
|
||||
.animate(
|
||||
{
|
||||
scrollTop: $(this._messageContainer)[0].scrollHeight,
|
||||
},
|
||||
1500
|
||||
);
|
||||
}
|
||||
break;
|
||||
case "page":
|
||||
|
Loading…
Reference in New Issue
Block a user