Simulates the body's transition events in an environment where they might not fire.
()
| 310 | |
| 311 | /** Simulates the body's transition events in an environment where they might not fire. */ |
| 312 | private _simulateTransitionEvents() { |
| 313 | this._transitionStarted(); |
| 314 | afterNextRender(() => this._transitionDone(), {injector: this._injector}); |
| 315 | } |
| 316 | |
| 317 | /** Whether animations are disabled for the tab group. */ |
| 318 | private _animationsDisabled() { |
no test coverage detected