Skip to content

Out-in transition doesn't work properly with three transitioning elements #1119

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

Closed
nkovacs opened this issue Aug 5, 2015 · 0 comments
Closed
Labels

Comments

@nkovacs
Copy link

nkovacs commented Aug 5, 2015

http://jsfiddle.net/nkovacs/7aeywqd8/

Component 2 waits for component 1 to leave. But before component 2 can begin animating in, the component is replaced, and component 3 doesn't wait for component 1 to leave, it animates in immediately.

The issue doesn't happen if you increase the second delay in the test method from 2000 to 2600. By then component 2 has started animating in, and component 3 waits for it to animate out.

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

No branches or pull requests

2 participants