-
Notifications
You must be signed in to change notification settings - Fork 6.8k
fix(tabs): disable all animations when using NoopAnimationsModule #11395
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
Conversation
e28cc3d
to
b9b6f76
Compare
Hi @crisbeto! This PR has merge conflicts due to recent upstream merges. |
b9b6f76
to
470d083
Compare
Hi @crisbeto! This PR has merge conflicts due to recent upstream merges. |
1 similar comment
Hi @crisbeto! This PR has merge conflicts due to recent upstream merges. |
470d083
to
2af65ed
Compare
@crisbeto github shows this PR as having no conflicts, but our presubmit script thinks it does. Could you rebase it? |
Done. |
2af65ed
to
95d16f1
Compare
Hi @crisbeto! This PR has merge conflicts due to recent upstream merges. |
95d16f1
to
529727b
Compare
529727b
to
a7e3a00
Compare
a7e3a00
to
d2f007a
Compare
695af66
to
11f35c4
Compare
@crisbeto can you update the golden APIs for this PR? |
11f35c4
to
1650562
Compare
Done @josephperrott. |
1650562
to
3a5ecce
Compare
Currently some animations in the tab components don't get disabled, when using the `NoopAnimationsModule`, because they don't go through the Angular animations. These changes ensure that everything will be disabled. Fixes angular#10590.
3a5ecce
to
aa816be
Compare
…gular#11395) Currently some animations in the tab components don't get disabled, when using the `NoopAnimationsModule`, because they don't go through the Angular animations. These changes ensure that everything will be disabled. Fixes angular#10590.
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. |
Currently some animations in the tab components don't get disabled, when using the
NoopAnimationsModule
, because they don't go through the Angular animations. These changes ensure that everything will be disabled.Relates to #10590.