Returns the newly-assigned tween ID
(target: HfId, tween: GsapTweenSpec)
| 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 | /** |
no outgoing calls
no test coverage detected