summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/browser/resources/welcome/shared/onboarding_background.js
blob: 98f2999cd60a61a9e2a650b3eb3d7c3db5e893a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

/**
 * @fileoverview This element contains a set of SVGs that together acts as an
 * animated and responsive background for any page that contains it.
 */

import {html, Polymer} from 'chrome://resources/polymer/v3_0/polymer/polymer_bundled.min.js';

Polymer({
  is: 'onboarding-background',

  _template: html`{__html_template__}`,
});