javascript - WeChat sharing H5, how to achieve this blur effect with background color?
过去多啦不再A梦
过去多啦不再A梦 2017-06-12 09:29:10
0
3
985

  • The effect of our normal sharing is as follows. The sharing I got during the trial was as above with a background color (it seems to be the effect of image blur processing). How is it achieved?

过去多啦不再A梦
过去多啦不再A梦

reply all(3)
習慣沉默

I guess this is WeChat’s built-in behavior when the sharing type is video. (I haven’t done this recently, but I found that there are a few more fields in the sharing interface, so I guessed this. Anyone who has practiced it can tell me if it is correct)

(The red box is manually offset one line up...)

女神的闺蜜爱上我

This is not an article, but an audio sharing, and it is shared through a proper APP, so there are some differences

给我你的怀抱

.blur {

-webkit-filter: blur(10px); /* Chrome, Opera */
   -moz-filter: blur(10px);
    -ms-filter: blur(10px);    
        filter: blur(10px);    

}

Take a look at this http://www.zhangxinxu.com/wor...

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!