填写这份《一分钟调查》,帮我们(开发组)做得更好!去填写Home

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 NoopAnimationsModule, but it can be controlled based on a runtime value.