From 146d90ea40b5eaa81a87bcf900b73b978f544f90 Mon Sep 17 00:00:00 2001 From: Klaus Quibeldey-Cirkel <klaus.quibeldey-cirkel@mni.thm.de> Date: Sun, 28 Mar 2021 13:55:43 +0200 Subject: [PATCH] reduce blink frequency --- .../moderator-comment-list.component.scss | 4 ++-- .../shared/comment-list/comment-list.component.scss | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 7765513b0..b0bf61de9 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 c64e33d06..71e1a2032 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; } -- GitLab