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 header height transition if noop animations is set (#19373)
We recently refactored the header height transition from Angular
animations to plain CSS (to support density styles).
It looks like this means that we no longer respect the noop animations
module for that animation. This commit fixes that.
0 commit comments