diff --git a/chat/ChatView.vue b/chat/ChatView.vue index 59cc729..36b9a98 100644 --- a/chat/ChatView.vue +++ b/chat/ChatView.vue @@ -632,7 +632,8 @@ .glowing { padding: 3px; margin-right: 0.5em; - animation: noticeme 2.5s infinite alternate; + animation: noticeme 2.5s alternate; + animation-iteration-count: 10; animation-timing-function: ease-in-out; }