Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is the background-blend-mode not supported in Edge / IE

I am curious why this doesn't work in MS Edge / IE browsers. Is the blend-mode property not available there? I was not able to dig up any information on it.

.blended {
  background-image: url(image.png);
  background-color: red;
  background-blend-mode: multiply;
}
like image 483
Aleksander Fimreite Avatar asked Mar 29 '17 08:03

Aleksander Fimreite


1 Answers

no, it is not currently supported in Edge

It is currently "on the backlog", meaning the team is planning on working on it, but hasn't started yet.

As with all features in Edge, if you vote up the feature on the Edge uservoice, it will be more likely to be implemented sooner.

like image 136
Patrick Avatar answered Oct 19 '22 23:10

Patrick