diff --git a/files/templates/comments.html b/files/templates/comments.html index e6cb920b05..e825c9ca6e 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -9,8 +9,8 @@ padding: 3px 0; } .comment-anchor:target { - transition:all 0.5s ease-in-out; - animation: blink normal 1s ease-in-out; + transition:all 0.5s ease; + animation: blink normal 1s ease; } @keyframes blink {