Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(898)

Unified Diff: sky/examples/fn/widgets/flingcurve.dart

Issue 971183002: Initial commit of Effen reactive framework experiment for Sky (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/examples/fn/widgets/fixedheightscrollable.dart ('k') | sky/examples/fn/widgets/icon.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/examples/fn/widgets/flingcurve.dart
diff --git a/sky/framework/fling-curve.dart b/sky/examples/fn/widgets/flingcurve.dart
similarity index 98%
copy from sky/framework/fling-curve.dart
copy to sky/examples/fn/widgets/flingcurve.dart
index 3a9f54f4a54d03f8476bde7a322e03564db72d0e..2cedb8607caca52aee04000bb4d5e7aef0763472 100644
--- a/sky/framework/fling-curve.dart
+++ b/sky/examples/fn/widgets/flingcurve.dart
@@ -1,9 +1,9 @@
+part of widgets;
+
// Copyright 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.
-import "dart:math" as math;
-
const double _kDefaultAlpha = -5707.62;
const double _kDefaultBeta = 172.0;
const double _kDefaultGamma = 3.7;
« no previous file with comments | « sky/examples/fn/widgets/fixedheightscrollable.dart ('k') | sky/examples/fn/widgets/icon.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698