message anim

This commit is contained in:
Andrew Gundersen 2021-06-27 09:30:31 -05:00
commit cb40a811fa
2 changed files with 10 additions and 10 deletions

View file

@ -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 {

View file

@ -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,