• Overview
@angular/platform-browser/animations

BrowserAnimationsModuleConfig

interface
stable

Object used to configure the behavior of BrowserAnimationsModule

API

  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