| // 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. |
| |
| /// The Flutter animation engine. |
| /// |
| /// This library depends only on core Dart libraries and the `newton` package. |
| library animation; |
| |
| export 'src/animation/animated_value.dart'; |
| export 'src/animation/performance.dart'; |
| export 'src/animation/clamped_simulation.dart'; |
| export 'src/animation/curves.dart'; |
| export 'src/animation/forces.dart'; |
| export 'src/animation/scheduler.dart'; |
| export 'src/animation/scroll_behavior.dart'; |
| export 'src/animation/simulation_stepper.dart'; |
| export 'src/animation/ticker.dart'; |