Menu's backdrop blur transition does not work in Firefox, works partially in Safari, works completely in Chrome #6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There isn't much to say as fix is completely blocked by browsers CSS engines implementations. Animated --properties are supported everywhere, animating backdrop blur is supported everywhere, but Firefox does not allow animations on
::backdropof dialog element and Safari unmounts::backdropshadow element before it can run animation.Consider JS and replace native ::backdrop with a
divDOM element?