Sunday, 15 February 2015

CSS text overflow fade -



CSS text overflow fade -

how can emulate -webkit-mask-image css property on firefox , other browsers?

i need create text fade effect on text overflow. chrome i've done this:

-webkit-mask-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 0) 98%);

how can effect other browsers?

except webkit browser no browser supported mask image. need go alternative.

css

No comments:

Post a Comment