diff --git a/src/app/components/moderator/moderator-comment-list/moderator-comment-list.component.scss b/src/app/components/moderator/moderator-comment-list/moderator-comment-list.component.scss
index 7765513b09b8926e2422d4fece03166b0034d219..b0bf61de9a4b1e1e54bb56ae9ced833192bc1b69 100644
--- a/src/app/components/moderator/moderator-comment-list/moderator-comment-list.component.scss
+++ b/src/app/components/moderator/moderator-comment-list/moderator-comment-list.component.scss
@@ -131,7 +131,7 @@ h3 {
   animation-name: animation_blink_5s;
   animation-timing-function: ease-in;
   animation-duration: 2s;
-  animation-iteration-count: 2;
+  animation-iteration-count: 1;
   opacity: 1.0 !important;
 }
 
@@ -146,6 +146,6 @@ h3 {
   animation-name: animation_blink_5s;
   animation-timing-function: ease-in;
   animation-duration: 2s;
-  animation-iteration-count: 3;
+  animation-iteration-count: 2;
   opacity: 1.0 !important;
 }
diff --git a/src/app/components/shared/comment-list/comment-list.component.scss b/src/app/components/shared/comment-list/comment-list.component.scss
index c64e33d06a5f9b9efd1b217d9610aa9e18784cd0..71e1a203286faf62bcdf150ac5a333dc13d1e146 100644
--- a/src/app/components/shared/comment-list/comment-list.component.scss
+++ b/src/app/components/shared/comment-list/comment-list.component.scss
@@ -213,7 +213,7 @@ h3 {
   animation-name: animation_blink_5s;
   animation-timing-function: ease-in;
   animation-duration: 2s;
-  animation-iteration-count: 2;
+  animation-iteration-count: 1;
   opacity: 1.0 !important;
 }
 
@@ -228,6 +228,6 @@ h3 {
   animation-name: animation_blink_5s;
   animation-timing-function: ease-in;
   animation-duration: 2s;
-  animation-iteration-count: 3;
+  animation-iteration-count: 2;
   opacity: 1.0 !important;
 }