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
fix(expansion): disable all animations when using NoopAnimationsModule
Disables all of the expansion panel animations if it's inside a module with the `NoopAnimationsModule`. Also removes the `mat-elevation-transition` from the expansion panel, because it hasn't been doing anything for a while since it gets overwritten by the `margin` transition below.
Relates to #10590.
0 commit comments