I noticed that `Dialog` now has an animation baked...
# compose
a
I noticed that
Dialog
now has an animation baked in. At what version was this added? Can't find in the changelog
i
For android it was like that since 1.0, for others - 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`#2596
a
@Ivan Matkov I am asking when the animations were added. I am trying 1.10.x and I see the animations, so it was not added in 1.11.0
hmm maybe i am wrong. the animation im seeing is different.
if you can confirm that it was added in 1.11.0, im happy
i
In
1.11.0-alpha01
. Just a guess: some dependency updates CMP implicitly
👍 1
a
Is this also applicable to android too?
i
For android it was like that since 1.0
no
a
Okay, that lines up with my experience then. I guess I'll have to disable transitions manually