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/paper-progress/README.md

Issue 1336623003: [MD settings] updating polymer to 1.1.13 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: changed Polymer.IronCheckedElementBehavior name Created 5 years, 3 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/paper-progress/README.md
diff --git a/third_party/polymer/v1_0/components-chromium/paper-progress/README.md b/third_party/polymer/v1_0/components-chromium/paper-progress/README.md
index 75684fea925c82518eb5b37e4a17634e5a6f86af..a2b5c7d161be2829483ab4730400926b269c867b 100644
--- a/third_party/polymer/v1_0/components-chromium/paper-progress/README.md
+++ b/third_party/polymer/v1_0/components-chromium/paper-progress/README.md
@@ -59,6 +59,14 @@ paper-progress {
The following mixins are available for styling:
-Custom property | Description | Default
-----------------|-------------|----------
-`--paper-progress-container` | Mixin applied to container | `{}`
+Custom property | Description | Default
+--------------------------------------------|---------------------------------------------|----------
+--paper-progress-container-color | Mixin applied to container | --google-grey-300
+--paper-progress-transition-duration | Duration of the transition | 0.008s
+--paper-progress-transition-timing-function | The timing function for the transition | ease
+--paper-progress-transition-delay | delay for the transition | 0s
+--paper-progress-active-color | The color of the active bar | --google-green-500
+--paper-progress-secondary-color | The color of the secondary bar | --google-green-100
+--paper-progress-disabled-active-color | The color of the active bar if disabled | --google-grey-500
+--paper-progress-disabled-secondary-color | The color of the secondary bar if disabled | --google-grey-300
+--paper-progress-height | The height of the progress bar | 4px

Powered by Google App Engine
This is Rietveld 408576698