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

Method addGsapTween

packages/sdk/src/types.ts:430–430  ·  view source on GitHub ↗

Returns the newly-assigned tween ID

(target: HfId, tween: GsapTweenSpec)

Source from the content-addressed store, hash-verified

428 setHold(id: HfId, hold: ElasticHold): void;
429 /** Returns the newly-assigned tween ID */
430 addGsapTween(target: HfId, tween: GsapTweenSpec): string;
431 setGsapTween(animationId: string, properties: Partial<GsapTweenSpec>): void;
432 removeGsapTween(animationId: string): void;
433 /**

Callers 9

sdkGsapTweenPersistFunction · 0.65
submitAddTweenFunction · 0.65
buildAddGsapTweenSectionFunction · 0.65
addStaggeredEntranceFunction · 0.65
addBounceInFunction · 0.65
addFadeInFunction · 0.65
addBounceFunction · 0.65

Implementers 1

CompositionImplpackages/sdk/src/session.ts

Calls

no outgoing calls

Tested by

no test coverage detected