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

How to reverse transition animation, rather than canceling it, on back press during transition? #549

Open
ursusursus opened this issue Jun 19, 2019 · 1 comment

Comments

@ursusursus
Copy link

Hi, I found this annoying behaviour, where if you press back during transition, the push animation gets canceled, rather then reversed.

For Activities behaviour is that if you press back during animation it will be reversed from the current position in the animation.

In conductor this is not possible because if you press back during transition, AnimatorChangeHandler.getAnimator from: View? is null, hence you cannot create a animator from current values backwards.

@ursusursus
Copy link
Author

bump

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