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