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