css3模糊效果-webkit-filter: blur(10px);在安卓手机上无效?
天蓬老师
天蓬老师 2017-04-17 11:08:02
0
1
683

在电脑端查看ok,安卓手机上没效果,安卓机上如何用css实现毛玻璃效果?

天蓬老师
天蓬老师

欢迎选择我的课程,让我们一起见证您的进步~~

reply all(1)
迷茫

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

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template