Index: sky/framework/elements/animation/controller.dart |
diff --git a/sky/framework/animation/controller.dart b/sky/framework/elements/animation/controller.dart |
similarity index 96% |
rename from sky/framework/animation/controller.dart |
rename to sky/framework/elements/animation/controller.dart |
index f2c59b4d90fddc017d9c355d3d4a9d74c84926c0..7e21923e9d33f749c27e5cf022bf2bd6c0518f02 100644 |
--- a/sky/framework/animation/controller.dart |
+++ b/sky/framework/elements/animation/controller.dart |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-import "curves.dart"; |
+import "../../animation/curves.dart"; |
import "timer.dart"; |
class AnimationController extends AnimationDelegate { |