(animationId: string)
| 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. |
no outgoing calls
no test coverage detected