We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
Tween Lite 应该不错;我的擅长闪光的朋友向我推荐了它。我发现它很有用,它提供了一个小 Flash 应用程序,用于尝试不同的补间并同时为所选补间生成代码片段。
Tween Lite is supposed to be good; My good-at-flash-friends recommanded it to me. What I found useful that it provided a little flash-app for trying out the different tweens and generating the code snippet for the choosen tween in the same time.
以下是我非常熟悉的补间库的简短列表:
而且,这里有一个链接,可以对不同的套件进行很好的比较AS2 和 AS3 的库: http://www.greensock.com/tweening-speed-test /
最终,这将取决于您更喜欢哪种语法以及您最熟悉哪种语法。我建议您仔细查看其中的一些,选择一两个并编写一个简单的比较来亲自查看......
祝您好运!
Here's a short list of tween libraries I'm quite familiar with:
And, here's a link to a nice comparison of a suite of different libraries for both AS2 and AS3: http://www.greensock.com/tweening-speed-test/
Ultimately, it's going to come down to which syntax you prefer and which one you're most comfortable with. I suggest you look a few of them over, pick one or two and code up an easy comparison to see for yourself...
Good luck!
我一直发现 greensock 很容易陷入 - 它为您提供了一个很棒的脚本生成器,其中包含它可以执行的所有操作的列表。
I've always found greensock so easy to fall into - it gives you a great script generator with a list of all it can do.