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

Unified Diff: packages/charted/lib/core/interpolators.dart

Issue 1521693002: Roll Observatory deps (charted -> ^0.3.0) (Closed) Base URL: https://chromium.googlesource.com/external/github.com/dart-lang/observatory_pub_packages.git@master
Patch Set: Created 5 years 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
Index: packages/charted/lib/core/interpolators.dart
diff --git a/packages/charted/lib/core/interpolators.dart b/packages/charted/lib/core/interpolators.dart
index 0626a6fb23e8414b30cc27e694bbc8273bf29554..9ad174abc0740a01999ebceb1b2f6b7867bafb70 100644
--- a/packages/charted/lib/core/interpolators.dart
+++ b/packages/charted/lib/core/interpolators.dart
@@ -7,12 +7,12 @@
//
/// A collection of interpolator generators and easing functions.
-///
+///
/// Interpolators provide intermediate state when transitioning from one
/// frame to another in an animation.
-///
-/// Easing functions indicate progress of an animation to interpolators.
-///
+///
+/// Easing functions indicate progress of an animation to interpolators.
+///
/// Currently provides interpolator for various types, including basic types
/// like numbers, colors, strings, transforms and for iterables.
library charted.core.interpolators;
« no previous file with comments | « packages/charted/lib/charts/themes/quantum_theme.dart ('k') | packages/charted/lib/core/interpolators/easing.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698