You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notice that the opacity has animated, but display is still block (notice that the backdrop is still there, because you can't select nay text on the screen)
5. Expected behavior
The overlay should return to display: none as was the case before 11.0.11.
6. Video or screenshots
/
7. Environment details
/
The text was updated successfully, but these errors were encountered:
Yeah this did get inadvertently broken though the previous behaviour wasn't great either (instantly animating to "none" when you probably want that to happen at the end of the animation)
I'll take a look over the next couple days and see if we can do something where animating display and visibility can be handled more gracefully.
1. Read the FAQs 👇
2. Describe the bug
When defining variants with
display: block
anddisplay: none
, the display does not return tonone
upon triggering the animation.This worked fine in 11.0.10.
3. IMPORTANT: Provide a CodeSandbox reproduction of the bug
Reproduction
4. Steps to reproduce
Steps to reproduce the behavior:
5. Expected behavior
The overlay should return to
display: none
as was the case before 11.0.11.6. Video or screenshots
/
7. Environment details
/
The text was updated successfully, but these errors were encountered: