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(material-experimental/mdc-progress-spinner): indeterminate animation not working (#21391)
Seems like a regression from #21359. We can't use `:not` to apply the animation
styles, because MDC's mixins target `.mdc-progress-spinner`, rather than `&`.
These changes use the same manual approach as other components to disable
the animations.
0 commit comments