message anim
This commit is contained in:
parent
51c4ad8ed7
commit
cb40a811fa
2 changed files with 10 additions and 10 deletions
|
|
@ -41,8 +41,8 @@
|
|||
margin-left: 15px;
|
||||
margin-right: 15px;
|
||||
margin-bottom: 4px;
|
||||
animation-name: bubble-init-anim;
|
||||
animation-duration: 0.5s;
|
||||
// animation-name: bubble-init-anim;
|
||||
// animation-duration: 0.5s;
|
||||
}
|
||||
|
||||
@keyframes bubble-init-anim {
|
||||
|
|
|
|||
|
|
@ -39,19 +39,19 @@ messages.value = [
|
|||
uid: "ee2819a3-1125-4881-9942-ca5b3d0ad502"
|
||||
}]
|
||||
|
||||
setTimeout(() => {
|
||||
// setTimeout(() => {
|
||||
|
||||
console.log("updating message");
|
||||
// console.log("updating message");
|
||||
|
||||
updateMessage({
|
||||
content: ["show contacts", "msg"],
|
||||
context: "show contacts",
|
||||
uid: "ee2819a3-1125-4881-9942-ca5b3d0ad502"
|
||||
});
|
||||
// updateMessage({
|
||||
// content: ["show contacts", "msg"],
|
||||
// context: "show contacts",
|
||||
// uid: "ee2819a3-1125-4881-9942-ca5b3d0ad502"
|
||||
// });
|
||||
|
||||
|
||||
|
||||
}, 2000);
|
||||
// }, 2000);
|
||||
|
||||
export default {
|
||||
messages,
|
||||
|
|
|
|||
Loading…
Reference in a new issue