svg code to implement page Gaussian blur

不言
Release: 2018-07-19 17:23:20
Original
1495 people have browsed it

The content shared with you in this article is about using svg to achieve page Gaussian blur. It has certain reference value. Friends in need can refer to it.

First put this code in any area of the page
stdDeviation sets the blur amount, the minimum is 0

       
Copy after login

Call the blur effect on the dom

document.body.style.filter='url(#blur-effect-2)' //调用2级模糊量 document.body.removeAttribute("style");//关闭模糊效果
Copy after login

Related Recommended:

How to operate svg with JS to draw pictures

The above is the detailed content of svg code to implement page Gaussian blur. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
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!