Tween Chaining
Tip
This course no longer supports Tweenjs. Please upgrade to JEasings.
Description
A sequence of tweens can be chained so that when one tween finishes, another tween begins.
This is useful for creating extended animation sequences.
See the chainTweens
function in the example script that demonstrates a repeating sequence of tweens that modify an objects transforms.
Useful Links
Glowing Warmness (Shows Many Chains)