Add an exponential backoff to rechecking the app list doodle.
[chromium-blink-merge.git] / third_party / polymer / components-chromium / paper-item / paper-item-extracted.js
blob0d10d770df5d9746b8fc610a6f1d90498a5d715a
2     Polymer('paper-item',{
4       publish: {
6         /**
7          * If true, the button will be styled with a shadow.
8          *
9          * @attribute raised
10          * @type boolean
11          * @default false
12          */
13         raised: false,
15         /**
16          * By default the ripple emanates from where the user touched the button.
17          * Set this to true to always center the ripple.
18          *
19          * @attribute recenteringTouch
20          * @type boolean
21          * @default false
22          */
23         recenteringTouch: false,
25         /**
26          * By default the ripple expands to fill the button. Set this to false to
27          * constrain the ripple to a circle within the button.
28          *
29          * @attribute fill
30          * @type boolean
31          * @default true
32          */
33         fill: true
35       }
37     });
38