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

Function tweenChip

packages/sdk-playground/src/main.ts:605–611  ·  view source on GitHub ↗
(aid: string)

Source from the content-addressed store, hash-verified

603}
604
605function tweenChip(aid: string): HTMLDivElement {
606 const chip = document.createElement("div");
607 chip.className = "tween-id";
608 chip.title = aid;
609 chip.textContent = aid;
610 return chip;
611}
612
613function addTweenToggle(): DocumentFragment {
614 const frag = document.createDocumentFragment();

Callers 1

appendAnimationsSectionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected