Gaussian Blur onHover Using jQuery

后端 未结 4 1225
我在风中等你
我在风中等你 2020-12-01 13:27

I am wondering if there is some way to apply a gaussian blur onto a div using jQuery (or CSS that jQuery can modify). I have looked into blur(), but at least with Safari, i

4条回答
  •  清歌不尽
    2020-12-01 14:17

    Check out the blur.js plugin for jQuery: http://blurjs.com, it uses my Stack Blur algorithm which I believe is currently the fastest JavaScript based way to blur canvas elements: http://www.quasimondo.com/StackBlurForCanvas/StackBlurDemo.html

提交回复
热议问题