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

snapping in transitions when an out is also present. (3.0.0-beta.2) #2053

Closed
pngwn opened this issue Feb 5, 2019 · 0 comments · Fixed by #2237
Closed

snapping in transitions when an out is also present. (3.0.0-beta.2) #2053

pngwn opened this issue Feb 5, 2019 · 0 comments · Fixed by #2237
Labels
Milestone

Comments

@pngwn
Copy link
Member

pngwn commented Feb 5, 2019

There seems to be some strange behaviour with in transitions when there are multiple transitions. The element transitioning in seems to snap in as soon as the element transitioning out has dismounted (I think). Which is to say the transition proceeeds normally until the other element has finished its outro, at which point it skips to the end position, I'm guessing the in animation is being incorrectly removed when the out animation is removed.

This only occurs for the first few plays of the animation, after which it rectifies itself (I do not know why), to recreate, load the below REPL. After it starts behaving, to repeat the behaviour, select 'JS Output', then switch back to see it again. Simply modifying the code to force a reload/recompile doesn't seem to 'reset' it the same way a reload does.

REPL Link

@Rich-Harris Rich-Harris added this to the 3.x milestone Feb 17, 2019
Rich-Harris added a commit that referenced this issue Mar 16, 2019
only clear out stylesheet after removing a specific animation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants