이 문서는 아직 자원 봉사자들이 한국어로 번역하지 않았습니다. 함께 해서 번역을 마치도록 도와 주세요!
Summary
The background-blend-mode
CSS property describes how the element's background images should blend with each other and the element's background color.
Blending modes should be defined in the same order as the background-image
CSS property. If the blending modes' and background images' list lengths are not equal, it will be repeated and/or truncated until lengths match.
Initial value | normal |
---|---|
Applies to | All elements. In SVG, it applies to container elements, graphics elements, and graphics referencing elements.. It also applies to ::first-letter and ::first-line . |
Inherited | no |
Media | none |
Computed value | as specified |
Animatable | no |
Canonical order | the unique non-ambiguous order defined by the formal grammar |
Syntax
/* One value */ background-blend-mode: normal; /* Two values, one per background */ background-blend-mode: darken, luminosity; /* Global values */ background-blend-mode: initial; background-blend-mode: inherit; background-blend-mode: unset;
Values
<blend-mode>
- Is a
<blend-mode>
denoting the blending mode to be applied. There can be several values, separated by commas.
Formal syntax
<blend-mode>#
Examples
Specifications
Specification | Status | Comment |
---|---|---|
Compositing and blending Level 1 The definition of 'background-blend-mode' in that specification. |
Candidate Recommendation | Initial definition |
Browser compatibility
Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|
Basic support | 35 | 30.0 (30.0) | Not supported | 22 | 7.1 |
Feature | Android | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|
Basic support | Not supported | 30.0 (30.0) | Not supported | 22 | 8 |
See also
문서 태그 및 공헌자
태그:
이 페이지의 공헌자:
mrstork,
Sebastianz,
fscholz,
teoli,
jsx,
amitabha197,
realityking,
TWebs,
mii8303,
cabanier,
FredB
최종 변경:
mrstork,