()
| 318 | } |
| 319 | |
| 320 | private checkOverflow() { |
| 321 | if (['hidden', 'clip'].includes(this.overflow)) { |
| 322 | this.internalStop() |
| 323 | } else { |
| 324 | this.internalStart() |
| 325 | } |
| 326 | } |
| 327 | |
| 328 | private onTransitionEnd = (event: TransitionEvent) => { |
| 329 | if ( |
no test coverage detected