8000 interimElement: finish animation of previous element · Issue #8624 · angular/material · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
interimElement: finish animation of previous element #8624
Closed
@devversion

Description

@devversion

The $$interimElement factory currently only supports single interimElements at the same time.


This is intentionally, but it doesn't work properly for some components.

This is caused by the $$interimElement's item stack.

Once a second interim element is opening, we cancel the previous interim element and show the new one after the animation has started

This is not correct, because we should wait for the animation to be finished

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0