Edit in JSFiddle

var myTween = new TweenLite.to('.box', 2, {width:100, height:100});
<div class="box"></div>
.box{width:50px;height:50px;background-color:#000;}