Browse Source

Remove animation.

pull/329/head
Sebastian Stehle 7 years ago
parent
commit
811ddbdba5
  1. 6
      src/Squidex/app/shared/components/comments.component.ts

6
src/Squidex/app/shared/components/comments.component.ts

@ -17,17 +17,13 @@ import {
CommentsService, CommentsService,
CommentsState, CommentsState,
DialogService, DialogService,
fadeAnimation,
UpsertCommentForm UpsertCommentForm
} from '@app/shared/internal'; } from '@app/shared/internal';
@Component({ @Component({
selector: 'sqx-comments', selector: 'sqx-comments',
styleUrls: ['./comments.component.scss'], styleUrls: ['./comments.component.scss'],
templateUrl: './comments.component.html', templateUrl: './comments.component.html'
animations: [
fadeAnimation
]
}) })
export class CommentsComponent implements OnDestroy, OnInit { export class CommentsComponent implements OnDestroy, OnInit {
private timer: Subscription; private timer: Subscription;

Loading…
Cancel
Save