I am experiencing an issue with a CSS animation where I have an element that fades and child elements with a backdrop-filter to blur the background in Safari.
There are two specific problems:
The element's rounded borders are showing dark shadows in each corner.
When the element is fading in, the blur effect does not appear until the fade animation is complete.
To see a demo on Safari and iOS Safari, visit:
One solution is to remove the backdrop-filter to eliminate the artifacts in the corners.