AnimationAnimateMetadata

AnimationAnimateMetadata

Experimental Class

Class Overview

class AnimationAnimateMetadata extends AnimationMetadata {
  constructor(timings: string|number, styles: AnimationStyleMetadata|AnimationKeyframesSequenceMetadata)
  
  
  timings : string|number
  styles : AnimationStyleMetadata|AnimationKeyframesSequenceMetadata
}

Class Description

Metadata representing the entry of animations. Instances of this class are provided via the animation DSL when the animate animation function is called.