Questions tagged [background-blend-mode]

The background-blend-mode CSS property describes how the element's background images should blend with each other and the element's background color.

The background-blend-mode CSS property describes how the element's background images should blend with each other and the element's background color.

43 questions
0
votes
1 answer

background-blend-mode not working on Safari CSS

I am developing a product. I made a flash of lightning. This animation works great on chrome. But there is no animation on Safari. Is this problem caused by background-blend-mode or another thing? Code: .block-2 { -webkit-animation-name: thund; …
0
votes
2 answers

Background-blend-mode not working on mobile

I used background-blend-mode: lighten; to essentially lighten the intensity of the black background image (refath.github.io/Survey). While it works perfectly on Desktop, I checked the site on my phone, and for some reason, the black background…
DarkRunner
  • 449
  • 4
  • 15
0
votes
0 answers

Remove or blend background of video using CSS?

I am trying to make the solid background of a HTML5 video blend in with the background of the page. I've tried using mix-blend-mode though the vide stays same. Is there a way to do this via CSS? Here is the jsfiddle (the video background should be…
auto
  • 1,062
  • 2
  • 17
  • 41
0
votes
0 answers

CSS background-blend-mode not working in chrome mobile with viewport meta tag

Most blend modes do not work in chrome mobile - I have been able to get 'screen', and 'overlay' to work, but not ones like multiply, darken, exclusion, etc. Does anyone know if this has to do with perhaps the s9's gpu architecture being incompatible…
Ron Gilchrist
  • 859
  • 1
  • 8
  • 21
0
votes
1 answer

rotate a image within background-blend-mode

I wonder if there is a possibility to rotate an image within background-blend-mode. I want to rotate my second image: GLRlogo_RGB.png. I've tried it to transform, translate but it doesn't seem to work that way. Can anyone help me with a solution?…
Sebastian
  • 23
  • 5
0
votes
1 answer

Image with half blend mode set up

I would like to add to my image a layer with colour and set blend mode, for example multiply to 50% of all image width. Like that: I know how to create that to full image, by how to create on 50% of image width? Here is example on full image…
Matt
  • 59
  • 1
  • 8
0
votes
1 answer

Linear-gradient not working in Edge and IE11

My CSS isn't showing the background image in Microsoft Edge and IE11. It seems to have something to do with linear-gradients in those browsers. The background color shows up, but not the image in Edge and IE11. Any suggestions? #DIV_1 { …
Tom
  • 1,215
  • 3
  • 19
  • 30
0
votes
0 answers

Background image, gradient and image with opacity?

I´ve got the blendmode to work on the background image however I'd like to have a more transparent image. Is there a way (beside lighten the BG image-itself which will cause a different "blend") to give opacity to the image? I´ve added the code…
Morten Hjort
  • 992
  • 2
  • 14
  • 28
0
votes
3 answers

Is it possible to apply a css blend mode to an element in a different div?

Is it possible to apply a css blend mode to an element in a different div? E.g, I have a large background hero image in one div. Above that image (in a different div) I have a blue semi-transparent box with text in it. This transparent box is what I…
0
votes
1 answer

mix-blend-mode: multiply - Firefox black bug

I am building a ven diagram out of CSS and html. In firefox for some reason the mix-blend-mode is showing up completely black? .ven-element { width: 63%; padding-top: 63%; border-radius: 50%; text-transform:…
ShambalaG
  • 356
  • 1
  • 7
  • 21
0
votes
3 answers

CSS blend mode for Bootstrap carousel caption

I am using the carousel component from bootstrap and also want to use the CSS blend-mode background-blend-mode: multiply; for the caption. Unfortunately, the blend mode doesn't work. The code is the following:
0
votes
0 answers

CSS Background Blend Mode not applying

I have two divs, one a full screen background image, the other a bar with markup like so.
I'm attempting to make the home.bar class have an blend effect of screen and I'm attempting to…
user1871245
-1
votes
1 answer

Adjusting the background color only changes the color of the hair, and leaving the white space transparent via background-blend-mode or mix-blend-mode

Design Link Code Link May I ask how the effect in the design draft can be realized on the webpage? I don't quite understand the layer structure of the design draft file. In the design draft, the color of the hair can be changed by changing the…
JackFan
  • 41
  • 5
1 2
3