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

Side by Side Diff: third_party/polymer/v1_0/components-chromium/paper-material/paper-material-extracted.js

Issue 1155683008: Rename polymer and cr_elements v0_8 to v1_0 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@v1
Patch Set: fix a merge mistake Created 5 years, 6 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 unified diff | Download patch
OLDNEW
1 1
2 Polymer({ 2 Polymer({
3 is: 'paper-material', 3 is: 'paper-material',
4 4
5 properties: { 5 properties: {
6 6
7 /** 7 /**
8 * The z-depth of this element, from 0-5. Setting to 0 will remove the 8 * The z-depth of this element, from 0-5. Setting to 0 will remove the
9 * shadow, and each increasing number greater than 0 will be "deeper" 9 * shadow, and each increasing number greater than 0 will be "deeper"
10 * than the last. 10 * than the last.
(...skipping 16 matching lines...) Expand all
27 * @type boolean 27 * @type boolean
28 * @default false 28 * @default false
29 */ 29 */
30 animated: { 30 animated: {
31 type: Boolean, 31 type: Boolean,
32 reflectToAttribute: true, 32 reflectToAttribute: true,
33 value: false 33 value: false
34 } 34 }
35 } 35 }
36 }); 36 });
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698