css - 要实现这种磨砂效果,有什么好方法吗
阿神
阿神 2017-04-17 11:54:08
0
3
636

我也不太确定这种像素点的效果是否叫磨砂效果,暂时先这么称呼她吧。这种效果除了用图片css如何实现呢?望指教

阿神
阿神

闭关修行中......

reply all(3)
Ty80

The idea is this: Use background-color for the bottom color, and use png pictures as the background-image for the white noise. This way you can achieve the effect you want. Optimize it and use base64 to set the background-image.
Effect: http://codepen.io/anon/pen/mR...
Compatibility processing: http://www.cnblogs.com/murphy...

迷茫

Use canvas
http://web.jobbole.com/87602/

PHPzhong

I don’t know if I want the Gaussian blur effect. If it is filter: blur(1px), it should be fine. You can learn about the filter in css3

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