-webkit-filter: drop-shadow for other browsers

前端 未结 2 1477
青春惊慌失措
青春惊慌失措 2020-12-01 23:12

I have a drop shadow effect that I am applying using the following css:

-webkit-filter: drop-shadow(0 1px 10px rgba(113,158,206,0.8));

Does

2条回答
  •  失恋的感觉
    2020-12-01 23:36

    Looks like Firefox now supports the non-prefixed dropshadow filter.
    Confirmed in FF 43.0.4 on OS X MDN documentation: filter - CSS - MDN

提交回复
热议问题