Am I just imagining things but wasn't there a way ...
# compose
a
Am I just imagining things but wasn't there a way to disable platform dialog window transitions being introduced in CMP 1.11? Or am I mis-remembering, I can't find it in the current release notes
i
It's from v1.11.0-alpha01:
Add enter end exit animation for
Dialog
. It can be disabled via
DialogProperties.animateTransition
or via global feature flag
ComposeUiFlags.isDialogAnimationEnabled
🙌🏻 1
a
Thanks!! I thought I was going crazy trying to find it