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

Method removeGsapTween

packages/sdk/src/types.ts:432–432  ·  view source on GitHub ↗
(animationId: string)

Source from the content-addressed store, hash-verified

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
435 * addGsapTween). Returns the newly-minted animationId, or "" if rejected.

Callers 2

sdkGsapTweenPersistFunction · 0.65
buildSetGsapTweenSectionFunction · 0.65

Implementers 1

CompositionImplpackages/sdk/src/session.ts

Calls

no outgoing calls

Tested by

no test coverage detected