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,
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;

Loading…
Cancel
Save