egret-labs / egret-core

Egret is a brand new open mobile game and application engine which allows you to quickly build mobile games and apps on Android,iOS and Windows.
http://www.egret.com
Other
3.91k stars 793 forks source link

希望Tween中增加延迟动画开始的方法 #23

Closed runinspring closed 10 years ago

runinspring commented 10 years ago

现在tween中有wait,是结束了以后延迟回调。希望增加一个延迟动画开始的方法,类似TweenLite中的delay参数,这个也是很常用的功能

WanderWang commented 10 years ago

这个需求可以通过 Tween.get().wait().to() 实现