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

Side by Side Diff: third_party/polymer/v1_0/components-chromium/app-layout/app-scroll-effects/effects/material-extracted.js

Issue 1984963002: Roll Polymer elements (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
(Empty)
1 /**
2 * Shorthand for the waterfall, resize-title, blend-background, and parallax-b ackground effects.
3 */
4 Polymer.AppLayout.registerEffect('material', {
5 /**
6 * @this Polymer.AppLayout.ElementWithBackground
7 */
8 setUp: function setUp() {
9 this.effects = 'waterfall resize-title blend-background parallax-backgroun d';
10 return false;
11 }
12 });
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698