You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
changeBlur = (targetEl, blurPx) => {
const val = `blur(${blurPx}px)`
targetEl.style.filter = val
targetEl.style["-webkit-filter"] = val
targetEl.style["-ms-filter"] = val
targetEl.style["-o-filter"] = val
targetEl.style["-moz-filter"] = val
}
在 pixel3a 官网看到了这个特效,图片模糊跟着页面滚动渐变:
The text was updated successfully, but these errors were encountered: