可以使用 Greensock Timelinelite 使补间同时发生吗?
是否可以使用 Greensock Timelinelite 使补间同时发生?
我知道可以通过添加负延迟来伪造它,但这不是很准确。
任何想法将不胜感激。
Is it possible to make tweens happen at the same time with Greensock Timelinelite?
I know it could be possible to fake it by putting a negative delay in but that's not very accurate.
Any ideas would be greatly appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要使用
TweenAlign.START
将所有它们对齐在同一点,如下所示:或者您也可以将它们分别插入到同一时间点:
You need to use
TweenAlign.START
to align all of them at the same point, like this:or you can insert them all at the same point in time separately too: