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

Renders the content twice while liquid-fire transition is in progress #87

Open
RobIsHere opened this issue Jan 18, 2017 · 3 comments
Open

Comments

@RobIsHere
Copy link

I noticed that the wormhole content is rendered twice into the target during liquid fire transitions using liquid-outlet.

I think for transitioning from route1 to route2 liquid-fire has both pages prepared. That results in rendering the wormhole content of both pages into my header buttons area.

@danDanV1
Copy link

danDanV1 commented Nov 6, 2017

Experienced as well, with Issue due to when using liquid-fire: both routes (transition to and transition from) are displayed on the screen while doing transform animations. Consquently the wormhole will display the new content and the old content at the same time until the transition is complete and the from route is destroyed.

@roncodes
Copy link

roncodes commented Apr 6, 2018

Has anyone came up with a workaround or solution for this? I am experiencing the same issue.

@RobIsHere
Copy link
Author

I did animations with css. I‘ve created a wrapper component that can delay its destruction for the animation duration. Everything else was just a matter of switching css classes.

I should have done this from start because it was so much more productive. As you go from transition definition by custom js api to well-known standard css

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

No branches or pull requests

4 participants