* Returns the current time of the an animation.
(
params: Animation.GetCurrentTimeParams,
)
| 449 | * Returns the current time of the an animation. |
| 450 | */ |
| 451 | getCurrentTime( |
| 452 | params: Animation.GetCurrentTimeParams, |
| 453 | ): Promise<Animation.GetCurrentTimeResult | undefined>; |
| 454 |