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

Unified Diff: third_party/polymer/v1_0/components-chromium/neon-animation/README.md

Issue 1221923003: Update bower.json for Polymer elements and add PRESUBMIT.py (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 5 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: third_party/polymer/v1_0/components-chromium/neon-animation/README.md
diff --git a/third_party/polymer/v1_0/components-chromium/neon-animation/README.md b/third_party/polymer/v1_0/components-chromium/neon-animation/README.md
index c1b258c137f1038efbae09cfffdda60b503e318f..24fa78073d7837fffee85f96940b545b4efcc9a2 100644
--- a/third_party/polymer/v1_0/components-chromium/neon-animation/README.md
+++ b/third_party/polymer/v1_0/components-chromium/neon-animation/README.md
@@ -101,7 +101,7 @@ Polymer({
hide: function() {
this.opened = false;
// run fade-out-animation
- this.playAnimation('fade-out-animation');
+ this.playAnimation('exit');
},
_onNeonAnimationFinish: function() {
if (!this.opened) {

Powered by Google App Engine
This is Rietveld 408576698