Skip to content
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

Nested animated containers can cause the child container to ghost #606

Closed
brettburley opened this issue Jun 3, 2018 · 1 comment
Closed

Comments

@brettburley
Copy link
Collaborator

When you have two nested animated containers, if the child container is animated first, when the parent container is animated using the explode transition (which copies the dom), the child container is visible in its non-animating state.

Here's a sample reproduction:
https://ember-twiddle.com/372496292a0f4d6fd862c40ba700ca93?openFiles=templates.application.hbs%2C

It appears that this is a result of applying visibility: visible in animate, and children that are visible: visible inside of a parent visibility: hidden are always visible.

@brettburley
Copy link
Collaborator Author

Resolved by #607.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant