📅  最后修改于: 2022-03-11 14:56:07.042000             🧑  作者: Mango
.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"});