Tween
Static Method Summary
| Static Public Methods | ||
| public static |
add(tween: *) |
|
| public static |
getAll(): * |
|
| public static |
remove(tween: *) |
|
| public static |
|
|
| public static |
removeObjectTweens(object: *) |
|
| public static |
|
|
Constructor Summary
| Public Constructor | ||
| public |
constructor(parent: *, properties: *) |
|
Member Summary
| Public Members | ||
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
map: * |
|
| public |
object: * |
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
parent: * |
|
| public |
|
|
| public |
repeatMode: * |
|
| public |
|
|
| public |
|
|
| public |
startTime: * |
|
| public |
thenCallback: * |
|
| public |
valuesEnd: * |
|
| public |
valuesStart: * |
|
| public |
|
|
Method Summary
| Public Methods | ||
| public |
continue(): * |
|
| public |
delay(amount: *): * |
|
| public |
easing(easing: *): * |
|
| public |
from(properties: *): * |
|
| public |
getProperties(): * |
|
| public |
hasProperty(key: *): * |
|
| public |
now(): * |
|
| public |
onComplete(callback: *): * |
|
| public |
onStart(callback: *): * |
|
| public |
onStop(callback: *): * |
|
| public |
onUpdate(callback: *): * |
|
| public |
pause(): * |
|
| public |
removeProperty(key: *): * |
|
| public |
|
|
| public |
start(length: *): * |
|
| public |
stop(): * |
|
| public |
toggle(): * |
|
| public |
|
|
| public |
wait(): * |
|
Static Public Methods
public static add(tween: *) source
Params:
| Name | Type | Attribute | Description |
| tween | * |
public static remove(tween: *) source
Params:
| Name | Type | Attribute | Description |
| tween | * |
public static removeAll() source
public static removeObjectTweens(object: *) source
Params:
| Name | Type | Attribute | Description |
| object | * |
Public Constructors
public constructor(parent: *, properties: *) source
Params:
| Name | Type | Attribute | Description |
| parent | * | ||
| properties | * |