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

Stop Sequence #163

Closed
clempe opened this issue Apr 27, 2017 · 4 comments
Closed

Stop Sequence #163

clempe opened this issue Apr 27, 2017 · 4 comments

Comments

@clempe
Copy link

clempe commented Apr 27, 2017

Is there a possibility to stop/abort a Sequence via a method call?

@xiphirx
Copy link
Collaborator

xiphirx commented Apr 28, 2017

There isn't currently, but there certainly should. I'll look into adding it soon!

@xiphirx
Copy link
Collaborator

xiphirx commented Apr 28, 2017

When you would call TapTargetSequence.stop() would you expect your TapTargetSequence.Listener#onSequenceCanceled(TapTarget) method to be called?

@clempe
Copy link
Author

clempe commented May 2, 2017

Yes something like that, but without the check if TapTargetSequence.continueOnCancel is true.

I've TapTargetSequence.continueOnCancel and TapTargetSequence.considerOuterCircleCanceled set to true, so there is no other possibility to cancle the Sequence.

@nitin070895
Copy link

Hey!

Have you added the TapTargetSequence.stop() method?

I want to continue the sequence on clicking outer circle and on clicking outside the outer circle the sequence should cancel. Is there any way of doing that.

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

3 participants