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

Function freshStagger

packages/sdk/src/engine/mutate.gsap.test.ts:691–696  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

689window.__timelines["t"] = tl;`;
690
691 function freshStagger() {
692 return parseMutable(`<div data-hf-id="hf-stage" data-hf-root style="width:1280px;height:720px">
693 <div data-hf-id="hf-box" data-start="2" data-end="7"></div>
694 <script>${STAGGER_SCRIPT}</script>
695</div>`);
696 }
697
698 function gsapPatch(result: ReturnType<typeof applyOp>): string {
699 const v = result.forward

Callers 1

Calls 1

parseMutableFunction · 0.85

Tested by

no test coverage detected