* Resets the animation to its initial state.
()
| 75 | * Resets the animation to its initial state. |
| 76 | */ |
| 77 | reset(): void; |
| 78 | /** |
| 79 | * Sets the position of the animation. |
| 80 | * @param position A fractional value, representing the progress through the animation. |
no outgoing calls
no test coverage detected