On this page
AnimationMetadataType
enum experimental
| npm Package | @angular/animations | 
|---|---|
| Module | import { AnimationMetadataType } from '@angular/animations'; | 
     
| Source | animations/src/animation_metadata.ts | 
Overview
enum AnimationMetadataType {
  State: 0
  Transition: 1
  Sequence: 2
  Group: 3
  Animate: 4
  Keyframes: 5
  Style: 6
  Trigger: 7
  Reference: 8
  AnimateChild: 9
  AnimateRef: 10
  Query: 11
  Stagger: 12
}
  Description
Metadata representing the entry of animations. Usages of this enum are created each time an animation DSL function is used.
Members
State: 0
  Transition: 1
  Sequence: 2
  Group: 3
  Animate: 4
  Keyframes: 5
  Style: 6
  Trigger: 7
  Reference: 8
  AnimateChild: 9
  AnimateRef: 10
  Query: 11
  Stagger: 12
  © 2010–2018 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
 https://v5.angular.io/api/animations/AnimationMetadataType