Index: third_party/polymer/v1_0/components-chromium/paper-card/paper-card-extracted.js |
diff --git a/third_party/polymer/v1_0/components-chromium/paper-card/paper-card-extracted.js b/third_party/polymer/v1_0/components-chromium/paper-card/paper-card-extracted.js |
index 7b684d60a9402fccd69e552cb0ddaa7039e76b00..8dddd7cfb78937bed605339ed279f08772711eb4 100644 |
--- a/third_party/polymer/v1_0/components-chromium/paper-card/paper-card-extracted.js |
+++ b/third_party/polymer/v1_0/components-chromium/paper-card/paper-card-extracted.js |
@@ -22,6 +22,24 @@ Polymer({ |
}, |
/** |
+ * When `true`, any change to the image url property will cause the |
+ * `placeholder` image to be shown until the image is fully rendered. |
+ */ |
+ preloadImage: { |
+ type: Boolean, |
+ value: false |
+ }, |
+ |
+ /** |
+ * When `preloadImage` is true, setting `fadeImage` to true will cause the |
+ * image to fade into place. |
+ */ |
+ fadeImage: { |
+ type: Boolean, |
+ value: false |
+ }, |
+ |
+ /** |
* The z-depth of the card, from 0-5. |
*/ |
elevation: { |