// Create a tween var tween = TweenLite.to($box, 2, { x: 100, ease: Power1.easeInOut, delay: 2, onComplete: myFunction, onCompleteParams: [element, 'param2'] });