我正在将Flash 设计转换为 javascript。它的球在屏幕上移动并成为地球。我正在使用animate()
它的功能,但它会在一个新功能出现的一小段时间内停止,animate()
因此它与 Flash 动画不相似。有什么更好的想法吗?
这是我在屏幕上旋转它的方式:
.animate({ opacity: 1 },"fast")
.animate({top:'230px', left:'175px'}, {duration:0})
.animate({top:'310px', left:'215px'}, {duration:500})
.animate({top:'360px', left:'237px'}, {duration:500})
.animate({top:'400px', left:'350px'}, {duration:500})