Home  >  Q&A  >  body text

javascript - WeChat sharing H5, how to achieve this blur effect with background color?

过去多啦不再A梦过去多啦不再A梦2665 days ago991

reply all(3)I'll reply

  • 習慣沉默

    習慣沉默2017-06-12 09:31:10

    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...)

    reply
    0
  • 女神的闺蜜爱上我

    女神的闺蜜爱上我2017-06-12 09:31:10

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

    reply
    0
  • 给我你的怀抱

    给我你的怀抱2017-06-12 09:31:10

    .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...

    reply
    0
  • Cancelreply