diff options
author | Atsuto Yamashita <atyamash@yahoo-corp.jp> | 2022-03-15 19:47:35 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-15 19:47:35 +0900 |
commit | 9bf38df91fadd199a5ea45ad79d5e111ddfb3fe0 (patch) | |
tree | 71952407ea41c86feabef4214610d59e15aae55d /files/ko/web/css/compositing_and_blending | |
parent | c2678137db5f97ad1fe39e872529159a1afafec1 (diff) | |
parent | 9e7fbb013772ebab9b35185f0d0836995acbe6db (diff) | |
download | translated-content-9bf38df91fadd199a5ea45ad79d5e111ddfb3fe0.tar.gz translated-content-9bf38df91fadd199a5ea45ad79d5e111ddfb3fe0.tar.bz2 translated-content-9bf38df91fadd199a5ea45ad79d5e111ddfb3fe0.zip |
Merge branch 'main' into fix-typo-client-side-web-apis-intro-ja
Diffstat (limited to 'files/ko/web/css/compositing_and_blending')
-rw-r--r-- | files/ko/web/css/compositing_and_blending/index.md | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/files/ko/web/css/compositing_and_blending/index.md b/files/ko/web/css/compositing_and_blending/index.md new file mode 100644 index 0000000000..e42541fe6c --- /dev/null +++ b/files/ko/web/css/compositing_and_blending/index.md @@ -0,0 +1,46 @@ +--- +title: Compositing and Blending +slug: Web/CSS/Compositing_and_Blending +tags: + - CSS + - Compositing and Blending + - Guide + - Overview + - Reference +translation_of: Web/CSS/Compositing_and_Blending +--- +{{CSSRef}} + +**Compositing and Blending**은 서로 다른 요소의 모양을 단일 이미지로 결합하는 방법을 정의하는 CSS 모듈입니다. + +## 참고 + +### 속성 + +- {{cssxref("background-blend-mode")}} +- {{cssxref("isolation")}} +- {{cssxref("mix-blend-mode")}} + +### 데이터 타입 + +- {{cssxref("<blend-mode>")}} + +## 명세 + +| Specification | Status | Comment | +| ------------------------------------ | -------------------------------- | ------------------ | +| {{SpecName("Compositing")}} | {{Spec2("Compositing")}} | Initial definition | + +## 브라우저 호환성 + +### `background-blend-mode` 속성 + +{{Compat("css.properties.background-blend-mode")}} + +### `isolation` 속성 + +{{Compat("css.properties.isolation")}} + +### `mix-blend-mode` 속성 + +{{Compat("css.properties.mix-blend-mode")}} |