* Step toward the end. * @param timeDelta the duration from the previous step in seconds * @param layoutTimeDelta the duration from the previous step ignoring layer time scale in seconds
()
| 576 | * @param layoutTimeDelta the duration from the previous step ignoring layer time scale in seconds |
| 577 | */ |
| 578 | step(): void; |
| 579 | isPlaying(): boolean; |
| 580 | hasFinished(): boolean; |
| 581 | stop(jumpToDest: boolean): void; |
no outgoing calls
no test coverage detected