python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to animate CSS ::backdrop behind HTML <dialog>?
The <dialog> element is now cross-browser compatible (since March 2022).
I tried my hand at it today and familiarised myself with:
HTML
<dialog>
JavaScript
.show()
.showModal()
.close...

Rounin
Votes: 0
Answers: 3
react-scroll-parallax and CSS backdrop-filter: blur
With create-react-app, I want to implement a simple parallax effect with the help of the npm-package "React Scroll Parallax" with a slowly scrolling background image and a faster scrolling &...
McFly
Votes: 0
Answers: 0
Javascript how to darken modal backdrop
I'm having trouble darkening the background when I open the modal. I found a ton of info on how to do this with bootstrap, but I am looking for a way to do it using javascript. I currently have the mo...
Victor
Votes: 0
Answers: 1
flutter how to make an animation occur in lockstep with scrolling?
First of all I'm using flutter Backdrop but this question is about animation, not specifically backdrop.
See how when I scroll up just a little the top hides all of it right away? it jumps up and down...

MetaStack
Votes: 0
Answers: 0