(animationId: string, properties: Partial<GsapTweenSpec>)
| 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 |
no outgoing calls
no test coverage detected