http://caniuse.com/#feat=css-filters Check version support yourself.
For frosted glass, simply mask a DOM with a rgba(255,255,255,0.2) background color on the picture. Does that count? If it doesn’t count, you can also use JS to implement it on the canvas. You can search for details. Here is a reference link: http://www.html5rocks.com/en/tutorials/canvas/imagefilters/?redirect_from_locale=zh
http://caniuse.com/#feat=css-filters Check version support yourself.
For frosted glass, simply mask a DOM with a
rgba(255,255,255,0.2)
background color on the picture. Does that count? If it doesn’t count, you can also use JS to implement it on the canvas. You can search for details. Here is a reference link: http://www.html5rocks.com/en/tutorials/canvas/imagefilters/?redirect_from_locale=zh