MCPcopy Create free account
hub / github.com/esengine/esengine / onTweenComplete

Method onTweenComplete

packages/fairygui/src/core/Transition.ts:605–610  ·  view source on GitHub ↗
(item: ITransitionItem)

Source from the content-addressed store, hash-verified

603 }
604
605 private onTweenComplete(item: ITransitionItem): void {
606 item.tweener = undefined;
607 this._totalTasks--;
608 this.callHook(item, true);
609 this.checkAllComplete();
610 }
611
612 private checkAllComplete(): void {
613 if (this._playing && this._totalTasks === 0) {

Callers 1

playItemMethod · 0.95

Calls 2

callHookMethod · 0.95
checkAllCompleteMethod · 0.95

Tested by

no test coverage detected