gsap rotatin code example
Example: rotae gsap
.fromTo(sball, 2, { rotation: 0 }, { rotation: -360 });
//spins/scales around a point offset from the top left by 50px, 20px
TweenLite.to(element, 2, {rotation:270, scale:0.5, transformOrigin:"50px 20px"});