Re: [csswg-drafts] Suggestion: “background-opacity” CSS property (as suggested by CSS-Tricks.com). (#4996)

Is using the [`cross-fade()` function from css-images-4](https://drafts.csswg.org/css-images-4/#cross-fade-function) sufficient?

```css
background-image: cross-fade(50% url(photo.jpg));
```

-- 
GitHub Notification of comment by heycam
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4996#issuecomment-621010466 using your GitHub account

Received on Wednesday, 29 April 2020 06:13:29 UTC