DavidHDev/react-bits

[BUG]: animations/animated-content

Closed this issue · 1 comments

Describe the issue

Backdrop filters applied to a component inside the Animated Content component don't get applied until after the animation has completed

Reproduction Link

No response

Steps to reproduce

Create an Animated Content component with a child component containing the backdrop-blur-md class, the blur is missing until the animation has completed

Validations

  • I have checked other issues to see if my issue was already reported or addressed

This is a browser issue, backdrop filters are not compatible with transforms, that's why it's not supported for both to occur at the same time.