-
Notifications
You must be signed in to change notification settings - Fork 6.8k
feat(material/dialog): add the ability to control the animation duration #13466
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
feat(material/dialog): add the ability to control the animation duration #13466
Conversation
a8e5e31
to
1dead0f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…uration For keeping parity with the Material dialog (angular#13466), adds the ability for consumers to configure the animation duration of the dialog.
Caretaker Note: Should be merged with #13694 as they are paired together. |
Hi @crisbeto! This PR has merge conflicts due to recent upstream merges. |
1dead0f
to
b933fc1
Compare
b933fc1
to
8735035
Compare
15a1d63
to
1cb94b5
Compare
bea7474
to
e0cd1ac
Compare
e0cd1ac
to
c678d2d
Compare
Is this is going to be merged? |
+1 would love to see this merged as well |
c678d2d
to
7b8856a
Compare
209fff9
to
28465be
Compare
36aeca8
to
0b31649
Compare
Since the dialog animation is on the `MatDialogContainer`, consumers aren't able to disable the animation. These changes add properties to the dialog config that allow consumers to set the duration of the dialog's enter and exit animations. Fixes angular#3616.
0b31649
to
a6cea11
Compare
…ion (angular#13466) Since the dialog animation is on the `MatDialogContainer`, consumers aren't able to disable the animation. These changes add properties to the dialog config that allow consumers to set the duration of the dialog's enter and exit animations. Fixes angular#3616.
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. |
Since the dialog animation is on the
MatDialogContainer
, consumers aren't able to disable the animation. These changes add properties to the dialog config that allow consumers to set the duration of the dialog's enter and exit animations.Fixes #3616.