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

Method _animationsDisabled

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

Whether animations are disabled for the tab group.

()

Source from the content-addressed store, hash-verified

316
317 /** Whether animations are disabled for the tab group. */
318 private _animationsDisabled() {
319 return (
320 this._diAnimationsDisabled ||
321 this.animationDuration === '0ms' ||
322 this.animationDuration === '0s'
323 );
324 }
325}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected