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

Unified Diff: lib/neon_animated_pages.dart

Issue 1418513006: update elements and fix some bugs (Closed) Base URL: git@github.com:dart-lang/polymer_elements.git@master
Patch Set: code review updates Created 5 years, 2 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 | « lib/iron_validatable_behavior.dart ('k') | lib/paper_badge.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « lib/iron_validatable_behavior.dart ('k') | lib/paper_badge.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698