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

Does cancellation tokens work with stopping tweens? #54

Closed
whynames opened this issue Mar 8, 2024 · 1 comment
Closed

Does cancellation tokens work with stopping tweens? #54

whynames opened this issue Mar 8, 2024 · 1 comment

Comments

@whynames
Copy link

whynames commented Mar 8, 2024

I guess cancellationtokens doesn't work?

@KyryloKuzyk
Copy link
Owner

Hey,

PrimeTween doesn't support cancellation tokens. But every animation in PrimeTween returns a Tween/Sequence struct, which you can store, and then call .Stop() on it. This achieves the same cancellation functionality but in a much simpler way with no need for System.Threading dependency.

More info: #46 (comment)

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