MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / tick

Method tick

packages/player/src/hyperframes-player.ts:606–613  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

604 private _startParentTickClock(): void {
605 this._stopParentTickClock();
606 const tick = () => {
607 if (this._paused) {
608 this._parentTickRaf = null;
609 return;
610 }
611 this._sendControl("tick");
612 this._parentTickRaf = requestAnimationFrame(tick);
613 };
614 this._parentTickRaf = requestAnimationFrame(tick);
615 }
616

Callers 6

seekThumbnailPreviewFunction · 0.45
captureCheckpointFunction · 0.45
driveWarmupTicksFunction · 0.45
captureSnapshotsFunction · 0.45
seekAllAdaptersInBrowserFunction · 0.45
generateThumbnailFunction · 0.45

Calls 1

_sendControlMethod · 0.95

Tested by

no test coverage detected