Internal
actionsInternal
blockUnique identifier. If specified, the old tween with the same id will be stopped.
Internal
infiniteTags used for filtering and management.
The object to apply the tween to.
定义当前状态的相对运动.
The duration of the motion in milliseconds.
The motion configuration.
Optional
config: MotionConfig<T>Additional motion configuration options.
The updated Tween instance.
设置动画的目标对象
The object to apply the tween to.
The updated Tween instance.
补间动画启动的方法
Optional
tweenManager: TweenManagerA RunningTween instance that controls the execution of the Tween.
控制补间的运动形式及方向, 当启动时,将读取当前属性值并 应用相对值来找出新的最终值
The duration of the motion in milliseconds.
The motion configuration.
Optional
config: MotionConfig<T>Additional motion configuration options.
The updated Tween instance.
A Tween represents a series of actions that can be applied to a target object to create animations or sequences of events.