我看了但是找不到答案。我想使用jQuery模糊身体的背景。我想给它制作动画。我见过blur.js,但我不知道我是否可以动画它,我无法弄清楚如何将它应用到身体背景。我是JS的新手。
body {
height: 100%;
width: 100%;
margin-top: 0;
margin-right: 0;
margin-left: 0;
background-image: url(../images/background.png);
background-position: center;
background-repeat: no-repeat;
background-size:100%;
}