fix(material-experimental/mdc-button): not disabling animations under noop animations module - #23027
Conversation
… noop animations module Fixes that the MDC-based buttons weren't disabling their animations when noop animations are enabled.
|
MDC does provide the animations feature target which we could also exclude if animations are disabled. Just wanted to see here why we manually set the |
|
The problem is that MDC's mixins are written like: This means that the |
|
I see, that makes sense. Thanks for the clarification! |
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Fixes that the MDC-based buttons weren't disabling their animations when noop animations are enabled.