AnimationAnimateMetadata

AnimationAnimateMetadata

Experimental Interface

Interface Overview

interface AnimationAnimateMetadata extends AnimationMetadata {
  timings : string|number|AnimateTimings
  styles : AnimationStyleMetadata|AnimationKeyframesSequenceMetadata
}

Interface Description

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

Interface Details

登录查看完整内容