Re: About masking object with css

On Dec 6, 2013, at 11:42 AM, Bhojendra Rauniyar <chandranigahpurlink@gmail.com> wrote:

>  I read the masking object with css, so I wanted to know is that possible to mask like the following:
> 
> mask
> 
> <mask.jpg>
> 
> object
> 
> <object.jpg>
> 
> masked object
> 
> <masked-object.jpg>
> 
> 
> If possible, please make like that too.
> 

Yes, CSS Masking supports luminance masking as demonstrated in your example.

mask: url(mask.jpg) luminance;

Greetings,
Dirk

Received on Friday, 6 December 2013 14:29:53 UTC