* Provides a callback to invoke when the animation finishes. * @param fn The callback function. * @see #finish
(fn: () => void)
| 28 | * @see {@link #finish} |
| 29 | */ |
| 30 | onDone(fn: () => void): void; |
| 31 | /** |
| 32 | * Provides a callback to invoke when the animation starts. |
| 33 | * @param fn The callback function. |
no outgoing calls
no test coverage detected