Index: lib/neon_animated_pages.dart |
diff --git a/lib/neon_animated_pages.dart b/lib/neon_animated_pages.dart |
index 4278b916e2221958b42777fab7796fde2f799be3..93b269b117d9c9662d7f93b0e710fc6e156a49aa 100644 |
--- a/lib/neon_animated_pages.dart |
+++ b/lib/neon_animated_pages.dart |
@@ -14,6 +14,8 @@ import 'neon_animation_runner_behavior.dart'; |
import 'neon_animatable_behavior.dart'; |
import 'neon_animation/animations/opaque_animation.dart'; |
+/// Material design: [Meaningful transitions](https://www.google.com/design/spec/animation/meaningful-transitions.html) |
+/// |
/// `neon-animated-pages` manages a set of pages and runs an animation when switching between them. Its |
/// children pages should implement `Polymer.NeonAnimatableBehavior` and define `entry` and `exit` |
/// animations to be run when switching to or switching out of the page. |