I am having some problems figuring out how to blur a background image on mouse wheel scroll and was hoping an experienced front end web dev person could help me out. I just started learning js.
A lot of the solutions I have found only let the background image change on actual scroll, meaning by going down the page where it changes depending on x amount of pixels. Basically, I want to be static, like this codepen: https://codepen.io/sotayamashita/pen/pqLcv
However, this codepen doesn't work on on my website: https://test2-43.superhi.com/
I don't know how to get the solution to either reduce the opacity of a clear image on top of a blurred, to create this blurring effect on scroll or to actually change the blurring filter on one background image on scroll.
Any help is really appreciated.