Closed wilson3q closed 9 months ago
thanks for the fix. I manually added below css to my app style.scss. now animation works as expected. just temporary fix for my application to work.
.mdc-dialog__container { transition: opacity linear var(--mat-dialog-transition-duration, 0ms) !important; } .mdc-dialog__surface { transition: transform, var(--mat-dialog-transition-duration, 0ms) !important; }
This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
This action has been performed automatically by a bot.
Is this a regression?
The previous version in which this bug was not present was
17.0.6
Description
The material dialog enter/leave transition animation does not work in new release. Used to work fine on 17.0.X.
Reproduction
StackBlitz link: Steps to reproduce:
Expected Behavior
Dialog should open slowly, and transition animation should show.
Actual Behavior
Dialog does not open slowly as it was used to be. There is no transition animation at all.
Environment