Whether animations are disabled for the tab group.
()
| 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 | } |
no outgoing calls
no test coverage detected