Skip to content

Scrub through a Tween group containing chained tweens #631

Closed Answered by trusktr
optimus007 asked this question in Q&A
Discussion options

You must be logged in to vote

It was not really designed to go in reverse, especially chained tweens, although in some cases (non-chained) it works to some extent.

What you may have to do is instead of chaining, play/stop/update individual tweens at the right time.


This brings up the concept of a Timeline sort of API, which I personally believe would be a great addition to the API (whether as a separate package or not, but Tween would need some tweaks for it to work out perfectly).

We'd need to make sure Tweens are fully reversible (just like the .yoyo feature essentially does).

Right now, I feel like Tween does too much; that addons like yoyo and chain are essentially what a more broader Timeline API can cover, and …

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@optimus007
Comment options

@trusktr
Comment options

Answer selected by optimus007
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants