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

Unified Diff: lib/src/neon-animation/neon-animated-pages.html

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
Index: lib/src/neon-animation/neon-animated-pages.html
diff --git a/lib/src/neon-animation/neon-animated-pages.html b/lib/src/neon-animation/neon-animated-pages.html
index 43309b7a9e8f4bdb7ae9e8f1fcc63b187f0a5c63..6554c01ec76a1f02929585552cafcf32a0944c9f 100644
--- a/lib/src/neon-animation/neon-animated-pages.html
+++ b/lib/src/neon-animation/neon-animated-pages.html
@@ -13,6 +13,8 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<link rel="import" href="animations/opaque-animation.html">
<!--
+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.
@@ -133,6 +135,7 @@ animations to be run when switching to or switching out of the page.
this._squelchNextFinishEvent = true;
this.cancelAnimation();
this._completeSelectedChanged();
+ this._squelchNextFinishEvent = false;
}
// configure the animation.
« no previous file with comments | « lib/src/iron-validatable-behavior/iron-validatable-behavior.html ('k') | lib/src/paper-badge/paper-badge.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698