Re: [filter-effects] filter different components of an element

> Well, with the filter function you have opacity(). It might be some kind 
> of violation of this feature, but well:
>
> background-image: filter(image.png, opacity(0.5));
>
> Greetings,
> Dirk

(note however that it does not work if you use multiple backgrounds that 
overlap: they get reduced opacity before background compositing, and you may 
want to apply the reduced opacity on the final, composited background) 

Received on Friday, 11 October 2013 11:49:55 UTC