[Ozone-Drm] Add support for async content protection
[chromium-blink-merge.git] / third_party / polymer / components / core-image / core-image.css
blob00616bda2d68db4b061e1ca597ef34e47a216e02
1 /*
2 Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
3 This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
4 The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
5 The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
6 Code distributed by Google as part of the polymer project is also
7 subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
8 */
10 :host {
11 display: inline-block;
12 overflow: hidden;
13 position: relative;
16 #placeholder {
17 background-color: inherit;
18 opacity: 1;
20 #placeholder.fadein {
21 transition: opacity 0.5s linear;
22 opacity: 0;