Index: third_party/polymer/v1_0/components/neon-animation/README.md |
diff --git a/third_party/polymer/v1_0/components/neon-animation/README.md b/third_party/polymer/v1_0/components/neon-animation/README.md |
index c1b258c137f1038efbae09cfffdda60b503e318f..24fa78073d7837fffee85f96940b545b4efcc9a2 100644 |
--- a/third_party/polymer/v1_0/components/neon-animation/README.md |
+++ b/third_party/polymer/v1_0/components/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) { |