* Ends the animation, invoking the `onDone()` callback.
()
| 66 | * Ends the animation, invoking the `onDone()` callback. |
| 67 | */ |
| 68 | finish(): void; |
| 69 | /** |
| 70 | * Destroys the animation, after invoking the `beforeDestroy()` callback. |
| 71 | * Calls the `onDestroy()` callback when destruction is completed. |
no outgoing calls
no test coverage detected