Reactjs – Bg Opacity change on scroll
beginner here, developing a website with a friend who cannot help me at the moment, and, I tried to add a function for background to fade-in on scrolling the site. I tried a lot by reading on web, but can't…
beginner here, developing a website with a friend who cannot help me at the moment, and, I tried to add a function for background to fade-in on scrolling the site. I tried a lot by reading on web, but can't…
I'm working on a Blazor web app, and I would like to blur a specific element (background) when the user scrolls. To achieve this, I called a JS function: function backgroundBlurry() { var distanceScrolled = document.scrollingElement.scrollTop; $('.pageBackground').css({ filter: "blur(" +…