• Overview
@angular/platform-browser/animations

BrowserAnimationsModuleConfig

interface

Object used to configure the behavior of BrowserAnimationsModule

  
    interface BrowserAnimationsModuleConfig {}
  
  

disableAnimations

boolean | undefined

Whether animations should be disabled. Passing this is identical to providing the NoopAnimationsModule, but it can be controlled based on a runtime value.

Jump to details