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

Method setGsapTween

packages/sdk/src/types.ts:431–431  ·  view source on GitHub ↗
(animationId: string, properties: Partial<GsapTweenSpec>)

Source from the content-addressed store, hash-verified

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 /**
434 * Add a keyframed tween. Typed wrapper over the addWithKeyframes op (mirrors

Callers 4

sdkGsapTweenPersistFunction · 0.65
buildSetGsapTweenSectionFunction · 0.65
updateEaseFunction · 0.65

Implementers 1

CompositionImplpackages/sdk/src/session.ts

Calls

no outgoing calls

Tested by

no test coverage detected