]> Repos - mime-chat/commitdiff
message anim
authorAndrew Gundersen <gundersena@xavier.edu>
Sun, 27 Jun 2021 14:30:31 +0000 (09:30 -0500)
committerAndrew Gundersen <gundersena@xavier.edu>
Sun, 27 Jun 2021 14:30:31 +0000 (09:30 -0500)
src/render/components/bubble.vue
src/render/shared/messages.ts

index a3ca4f795d696518f183da590e4f8a33d3232040..7084a75ae8c3deee181c4bc60c4c4239d2232c15 100644 (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 {
index cd8fa265a1bb31f751ace068bac7cb4b7941a894..8d875342cb79633e1edadf3c401a8281763d7069 100644 (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,