-
Notifications
You must be signed in to change notification settings - Fork 162
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
Overlay wrapper animation should start together with overlay element animation #9882
Labels
🐛 bug
Any issue that describes a bug
overlay
version: 12.2.x
version: 13.0.x
✅ status: resolved
Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Comments
PlamenaMiteva
added a commit
that referenced
this issue
Oct 4, 2021
PlamenaMiteva
added a commit
that referenced
this issue
Oct 4, 2021
14 tasks
this was working in old version and regressed with addition of |
PlamenaMiteva
added a commit
that referenced
this issue
Oct 4, 2021
PlamenaMiteva
added a commit
that referenced
this issue
Oct 4, 2021
PlamenaMiteva
added a commit
that referenced
this issue
Oct 5, 2021
PlamenaMiteva
added a commit
that referenced
this issue
Oct 5, 2021
PlamenaMiteva
added a commit
that referenced
this issue
Oct 5, 2021
PlamenaMiteva
added a commit
that referenced
this issue
Oct 5, 2021
PlamenaMiteva
added a commit
that referenced
this issue
Oct 5, 2021
PlamenaMiteva
added a commit
that referenced
this issue
Oct 5, 2021
PlamenaMiteva
added a commit
that referenced
this issue
Oct 5, 2021
PlamenaMiteva
added a commit
that referenced
this issue
Oct 5, 2021
14 tasks
PlamenaMiteva
added a commit
that referenced
this issue
Oct 5, 2021
PlamenaMiteva
added a commit
that referenced
this issue
Oct 5, 2021
Lipata
added
✅ status: resolved
Applies to issues that have pending PRs resolving them, or PRs that have already merged.
version: 12.2.x
and removed
🆕 status: new
labels
Oct 6, 2021
PlamenaMiteva
added a commit
that referenced
this issue
Oct 7, 2021
PlamenaMiteva
added a commit
that referenced
this issue
Oct 7, 2021
PlamenaMiteva
added a commit
that referenced
this issue
Oct 8, 2021
PlamenaMiteva
added a commit
that referenced
this issue
Oct 8, 2021
For some reason browsers fail to play the initial animation when element's background color has been changed like in the following sample. The issue is logged to the browsers and until resolved we have to use a workaround of wrapping the modal class application in requestAnimationFrame(). |
Lipata
pushed a commit
that referenced
this issue
Oct 11, 2021
Lipata
pushed a commit
that referenced
this issue
Oct 11, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
🐛 bug
Any issue that describes a bug
overlay
version: 12.2.x
version: 13.0.x
✅ status: resolved
Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Is your feature request related to a problem? Please describe.
Overlay wrapper animation should start together with overlay element animation. In cases where animation duration is bigger, it is obvious that the wrapper animation is starting after the animation of the element is finished (see igx-dialog's closing animation):
The closing animation in Material:
The text was updated successfully, but these errors were encountered: