* Cancels transition.
()
| 165 | * Cancels transition. |
| 166 | */ |
| 167 | function cancel(): void { |
| 168 | translate( getPosition(), true ); |
| 169 | Transition.cancel(); |
| 170 | } |
| 171 | |
| 172 | /** |
| 173 | * Returns the closest index to the position. |
no test coverage detected
searching dependent graphs…