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

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

Issue 1351623008: MD Settings: Languages model for language pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@SingletonPrefs
Patch Set: 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 unified diff | Download patch
OLDNEW
1 Polymer({ 1
2 Polymer({
2 is: 'paper-material', 3 is: 'paper-material',
3 4
4 properties: { 5 properties: {
5 6
6 /** 7 /**
7 * 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
8 * shadow, and each increasing number greater than 0 will be "deeper" 9 * shadow, and each increasing number greater than 0 will be "deeper"
9 * than the last. 10 * than the last.
10 * 11 *
11 * @attribute elevation 12 * @attribute elevation
(...skipping 13 matching lines...) Expand all
25 * @attribute animated 26 * @attribute animated
26 * @type boolean 27 * @type boolean
27 * @default false 28 * @default false
28 */ 29 */
29 animated: { 30 animated: {
30 type: Boolean, 31 type: Boolean,
31 reflectToAttribute: true, 32 reflectToAttribute: true,
32 value: false 33 value: false
33 } 34 }
34 } 35 }
35 }); 36 });
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698