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

Asynchronous operation beforeBackward #22

Closed
mahboob-awan opened this issue May 8, 2014 · 1 comment
Closed

Asynchronous operation beforeBackward #22

mahboob-awan opened this issue May 8, 2014 · 1 comment

Comments

@mahboob-awan
Copy link

Hi,

How can i handle Asynchronous operations beforeBackward? Transitions only execute for forwarding.

@kflorence
Copy link
Owner

You will need to use your own custom event handler to handle the asynchronous behavior. If you're just using a button to handle backward events, you can pass false into the backward option and then bind the click event yourself, manually calling the backward() method when needed.

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

2 participants