/ Published in: CSS
Expand |
Embed | Plain Text
img { -webkit-mask-image: -webkit-gradient( linear, left bottom, left top, from( rgba(0,0,0,0) ), to( rgba(0,0,0,1) ) ); }
You need to login to post a comment.
crs on 12/16/09
1 person have marked this snippet as a favorite
img { -webkit-mask-image: -webkit-gradient( linear, left bottom, left top, from( rgba(0,0,0,0) ), to( rgba(0,0,0,1) ) ); }
You need to login to post a comment.