본문 바로가기

카테고리 없음

CSS Blending Mode (mix-blend-mode)

mix-blend-mode

 

SAMPLE

 

정의

요소의 내용이 배경과 혼합되는 방법을 지정

 

문법

mix-blend-mode: color;

mix-blend-mode: color-burn;

mix-blend-mode: color-dodge;

mix-blend-mode: darken;

mix-blend-mode: difference;

mix-blend-mode: exclusion;

mix-blend-mode: hard-light;

mix-blend-mode: hue;

mix-blend-mode: inherit;

mix-blend-mode: initial;

mix-blend-mode: lighten;

mix-blend-mode: luminosity;

mix-blend-mode: multiply;

mix-blend-mode: normal;

mix-blend-mode: overlay;

mix-blend-mode: screen;

mix-blend-mode: soft-light;

mix-blend-mode: unset;

 

기본

mix-blend-mode: normal;

 

속성

normal블렌딩 모드를 noraml로 설정
multiply블렌딩 모드를 multiply로 설정
screen블렌딩 모드를 screen로 설정
overlay블렌딩 모드를 overlay로 설정
darken블렌딩 모드를 darken로 설정
lighten블렌딩 모드를 lighten로 설정
color-dodge블렌딩 모드를 color-dodge로 설정
color-burn블렌딩 모드를 color-burn로 설정
difference블렌딩 모드를 difference로 설정
exclusion블렌딩 모드를 exclusion로 설정
hue블렌딩 모드를 hue로 설정
saturation블렌딩 모드를 saturation로 설정
color블렌딩 모드를 color로 설정
luminosity블렌딩 모드를 luminosity로 설정
inherit블렌딩 모드를 inherit로 설정
initial블렌딩 모드를 initial로 설정
unset블렌딩 모드를 unset로 설정

 

브라우저 지원 시작 버젼

IE Edge Firefox Chrome Safari Opera
지원 안함 79 32 41 8 28