-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MDC Web version of chips doesn't respect NoopAnimationsModule #18642
Closed
heathkit opened this issue
Feb 27, 2020
· 1 comment
· Fixed by #18653, lingounet/testage#29 or michael-vasyliv/ngx-virtual-swiper#24
Closed
MDC Web version of chips doesn't respect NoopAnimationsModule #18642
heathkit opened this issue
Feb 27, 2020
· 1 comment
· Fixed by #18653, lingounet/testage#29 or michael-vasyliv/ngx-virtual-swiper#24
Labels
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Comments
crisbeto
added
has pr
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
labels
Feb 28, 2020
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Feb 28, 2020
…en using noop animations Fixes the MDC chips not disabling the chip enter animation when using the `NoopAnimationsModule`. Fixes angular#18642.
mmalerba
pushed a commit
that referenced
this issue
Apr 7, 2020
…en using noop animations Fixes the MDC chips not disabling the chip enter animation when using the `NoopAnimationsModule`. Fixes #18642.
This was referenced May 3, 2020
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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Reproduction
Steps to reproduce:
Even though
_animationsDisabled
is true on themat-chip
component, it still renders the entry animation from hereSee b/150330611 for an example test
Expected Behavior
The animation should be disabled.
Actual Behavior
The animation is applied! The chips still pop in, you can see the animation in the CSS, etc.
Environment
The text was updated successfully, but these errors were encountered: