{ "id": "api/platform-browser/animations/BrowserAnimationsModuleConfig", "title": "BrowserAnimationsModuleConfig", "contents": "\n\n
\n
\n
\n \n API > @angular/platform-browser > @angular/platform-browser/animations\n
\n \n
\n \n
\n

BrowserAnimationsModuleConfiglink

\n \n \n \n \n \n
\n \n \n\n
\n \n
\n

Object used to configure the behavior of BrowserAnimationsModule

\n\n \n
\n \n \n
\n\ninterface BrowserAnimationsModuleConfig {\n disableAnimations?: boolean\n}\n\n\n \n \n\n\n \n \n\n
\n\n \n\n \n \n \n
\n

Propertieslink

\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
PropertyDescription
\n \n disableAnimations?: boolean\n \n \n

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

\n\n \n
\n
\n \n\n\n \n\n\n
\n
\n\n\n" }