BrowserAnimationsModuleConfig
Object used to configure the behavior of BrowserAnimationsModule
interface BrowserAnimationsModuleConfig {
disableAnimations?: boolean
}
Properties
Property | Description |
---|---|
disableAnimations?: boolean
|
Whether animations should be disabled. Passing this is identical to providing the
|