利用TweenMax实现贝塞尔曲线运动

TweenMax.to(m_ball, 2, {bezierThrough:[{x:197, y:196}, {x:177, y:356}], orientToBezier:true, ease:Back.easeOut});

 tweenmax 网站有演示 http://www.greensock.com/tweenmax/

posted @ 2012-07-27 17:28  autumndawn  阅读(1308)  评论(0编辑  收藏  举报