// 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});