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

Support receivedSprites in moveOver #233

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dwilhelmi
Copy link

This pull request fixes at least one case where you can get the Unimplemented error from the moveOver transition. Specifically, we saw this happen when performing a moveOver transition while doing a route transition. Adding support for receivedSprites fixed our issue locally.

This should help address #208

@SergeAstapov SergeAstapov linked an issue Sep 1, 2022 that may be closed by this pull request
@SergeAstapov
Copy link
Collaborator

@dwilhelmi mind to rebase as addon structure has changed since then?

If this looks good from @ef4 side, I can re-create the PR with proper file location unless @dwilhelmi can do the same.

@ef4
Copy link
Contributor

ef4 commented Sep 5, 2022

I haven't deeply thought about whether this is the right animation but since this new code will only run in a case that would have completely failed before I'm fine with it.

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 this pull request may close these issues.

Getting "Error: Unimplemented" when using moveOver transitions
4 participants