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

Function needTween

packages/sdk-playground/src/main.ts:811–815  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

809}
810
811function needTween(): boolean {
812 if (lastTweenId) return true;
813 logEntry("info", "add a tween first");
814 return false;
815}
816
817function buildSetGsapTweenSection(): HTMLDivElement {
818 const newDur = mkNumInput("new dur", "1.5");

Callers 1

buildSetGsapTweenSectionFunction · 0.85

Calls 1

logEntryFunction · 0.85

Tested by

no test coverage detected