chrisj
1/10/2019 - 4:26 PM

TimelineLite Sequence Multiple Tweens

// Sequence multiple tweens
tl.to($box, 1, {x:50,y:0})
 .to($box, 1, {x:50,y:50})
 .to($box, 1, {x:-50,y:50})
 .to($box, 1, {x:-50,y:0});