Edit in JSFiddle

function lancer() {
	TweenMax.to('rect', 2, { rotation: 90, scale: .7 })
}