import Transition from 'WTF-Adventure/WTF-Adventure/src/client/js/utils/transition.js'Transition
Constructor Summary
| Public Constructor | ||
| public |
|
|
Member Summary
| Public Members | ||
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
startTime: * |
|
| public |
|
|
| public |
stopFunction: * |
|
| public |
|
|
Method Summary
| Public Methods | ||
| public |
restart(currentTime: *, startValue: *, endValue: *) |
|
| public |
start(currentTime: *, updateFunction: *, stopFunction: *, startValue: *, endValue: *, duration: *) |
|
| public |
step(currentTime: *) |
|
| public |
stop() |
|
Public Constructors
public constructor() source
Public Members
public startTime: * source
public stopFunction: * source
public updateFunction: * source
Public Methods
public restart(currentTime: *, startValue: *, endValue: *) source
Params:
| Name | Type | Attribute | Description |
| currentTime | * | ||
| startValue | * | ||
| endValue | * |
public start(currentTime: *, updateFunction: *, stopFunction: *, startValue: *, endValue: *, duration: *) source
Params:
| Name | Type | Attribute | Description |
| currentTime | * | ||
| updateFunction | * | ||
| stopFunction | * | ||
| startValue | * | ||
| endValue | * | ||
| duration | * |
public step(currentTime: *) source
Params:
| Name | Type | Attribute | Description |
| currentTime | * |
Reference
Source
Test
