Migrate animation to devtools_entrypoint

Bug: 1101738
Change-Id: I05f447baa9854b776821d97d6bde76a4f6d223a7
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2329771
Commit-Queue: Jack Franklin <[email protected]>
Reviewed-by: Jan Scheffler <[email protected]>
Auto-Submit: Jack Franklin <[email protected]>
diff --git a/front_end/animation/AnimationGroupPreviewUI.js b/front_end/animation/AnimationGroupPreviewUI.js
index 7d22845..0dcb1be 100644
--- a/front_end/animation/AnimationGroupPreviewUI.js
+++ b/front_end/animation/AnimationGroupPreviewUI.js
@@ -1,6 +1,8 @@
 // Copyright (c) 2015 The Chromium Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file.
+// @ts-nocheck
+// TODO(crbug.com/1011811): Enable TypeScript compiler checks
 
 import {AnimationGroup} from './AnimationModel.js';  // eslint-disable-line no-unused-vars
 import {AnimationUI} from './AnimationUI.js';