From 811ddbdba5a46bc80e38be7067be8c56c5039f4f Mon Sep 17 00:00:00 2001 From: Sebastian Stehle Date: Sun, 21 Oct 2018 13:42:02 +0200 Subject: [PATCH] Remove animation. --- src/Squidex/app/shared/components/comments.component.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/Squidex/app/shared/components/comments.component.ts b/src/Squidex/app/shared/components/comments.component.ts index 982afdbd6..a5490e183 100644 --- a/src/Squidex/app/shared/components/comments.component.ts +++ b/src/Squidex/app/shared/components/comments.component.ts @@ -17,17 +17,13 @@ import { CommentsService, CommentsState, DialogService, - fadeAnimation, UpsertCommentForm } from '@app/shared/internal'; @Component({ selector: 'sqx-comments', styleUrls: ['./comments.component.scss'], - templateUrl: './comments.component.html', - animations: [ - fadeAnimation - ] + templateUrl: './comments.component.html' }) export class CommentsComponent implements OnDestroy, OnInit { private timer: Subscription;