()
| 123 | } |
| 124 | |
| 125 | clearTimeouts(): void { |
| 126 | if (this.tickLoop != null) { |
| 127 | clearRequestTimeout(this.tickLoop); |
| 128 | } |
| 129 | |
| 130 | if (this.tickDelay != null) { |
| 131 | clearRequestTimeout(this.tickDelay); |
| 132 | } |
| 133 | } |
| 134 | |
| 135 | // Fade out animation |
| 136 | willLeave = (): { opacity: OpaqueConfig; translate: OpaqueConfig } => { |
no test coverage detected