The name of the label to add.
The offset time in milliseconds from the previous animation.
The type of event.
可选
data: any(Optional) Data to pass to the callback. If multiple parameters p1, p2, p3, ... need to be passed, use an array structure such as [p1, p2, p3, ...]. If a single parameter p needs to be passed and p is an array, use a structure such as [p]. For other single parameters p, you can directly pass parameter p. If data is Event.EMPTY, it means passing an Event object to the callback function. Note that it is not passing Event.TEMP, but an independent Event object.
True if there are listeners for this event type, false otherwise.
The target object whose properties are to be tweened.
The properties to be controlled and their target values.
The duration of the tween for the target object.
The type of easing function to be used for the tween.
The time offset in milliseconds to delay the start of the tween relative to the previous tween.
The type of event.
The listener function.
This EventDispatcher object.
The type of event.
The execution scope of the event listener function.
可选
listener: FunctionThe listener function.
可选
args: any[]This EventDispatcher object.
可选
type: string(Optional) The type of event. If the value is null, all types of listeners on this object are removed.
This EventDispatcher object.
The type of event.
The listener function.
This EventDispatcher object.
The type of event.
The execution scope of the event listener function.
The listener function.
可选
args: any[](Optional) The callback parameters of the event listener function.
This EventDispatcher object.
The type of event.
The listener function.
This EventDispatcher object.
The type of event.
The execution scope of the event listener function.
The listener function.
可选
args: any[](Optional) The callback parameters of the event listener function.
This EventDispatcher object.
The object to be controlled.
The properties to be changed during the TWEEN.
The duration of the TWEEN for the object.
The easing function to be used.
The time offset from the start of the previous TWEEN (in milliseconds).
An instance of TimeLine.
静态
fromThe target object whose properties will be changed.
The properties to control the object.
The duration of the TWEEN for the object.
The type of easing function.
The time offset relative to the previous object (in milliseconds).
静态
toThe object to be controlled.
The properties of the object to be controlled.
The duration of the TWEEN for the object.
The type of easing.
The time offset relative to the previous object (in milliseconds).
An instance of TimeLine.
En
TimeLine is a class used to create timeline animations.
Zh
TimeLine 是一个用来创建时间轴动画的类。