MCPcopy Create free account
hub / github.com/angular/components / _simulateTransitionEvents

Method _simulateTransitionEvents

src/material/tabs/tab-body.ts:312–315  ·  view source on GitHub ↗

Simulates the body's transition events in an environment where they might not fire.

()

Source from the content-addressed store, hash-verified

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() {

Callers 1

Calls 2

_transitionStartedMethod · 0.95
_transitionDoneMethod · 0.95

Tested by

no test coverage detected