Skip to content

Commit c890401

Browse files
add blendmode support proposal doc
1 parent b890289 commit c890401

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

docs/css-blend-mode.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# CSS - Blend mode
2+
3+
## Supported types
4+
5+
```
6+
normal | multiply | screen | overlay | darken | lighten | color-dodge | color-burn | hard-light | soft-light | difference | exclusion | hue | saturation | color | luminosity
7+
```
8+
9+
## Warning Lack of browser support on SVG element.
10+
11+
Applying `mix-blend-mode` to SVG element is limited in some browsers (safari & mobile browsers) See - https://developer.mozilla.org/en-US/docs/Web/CSS/mix-blend-mode#browser_compatibility
12+
13+
### References
14+
15+
- [`mix-blend-mode`](https://developer.mozilla.org/en-US/docs/Web/CSS/mix-blend-mode)
16+
- [`background-blend-mode`](https://developer.mozilla.org/en-US/docs/Web/CSS/background-blend-mode)

0 commit comments

Comments
 (0)