时间轴动画和 AS3 Tween 类
有没有办法(使用 AS 3 Tween 类,而不是 TweenMax)来加速时间轴动画?
Is there a way (using the AS 3 Tween Class, NOT TweenMax) to speed up a timeline animation?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用计时器来做到这一点,将间隔设置为低于秒(1000ms)/fps,并使用 nextFrame()
You can do it with timer, set interval lower than second(1000ms)/fps, and use nextFrame()