Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/components
/ _animationsDisabled
Function
_animationsDisabled
src/material/core/animation/animation.ts:43–45 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
41
* @docs-private
42
*/
43
export
function
_animationsDisabled(): boolean {
44
return
_getAnimationsState() !==
'enabled'
;
45
}
Callers
15
MatTooltip
Class · 0.90
TooltipComponent
Class · 0.90
MatChip
Class · 0.90
MatFormField
Class · 0.90
MatSortHeader
Class · 0.90
MatDrawerContainer
Class · 0.90
MatCheckbox
Class · 0.90
MatButtonToggle
Class · 0.90
MatTimepicker
Class · 0.90
MatPseudoCheckbox
Class · 0.90
MatRippleLoader
Class · 0.90
MatRipple
Class · 0.90
Calls
1
_getAnimationsState
Function · 0.85
Tested by
no test coverage detected