AnimationTriggerMetadata

interface experimental

npm Package @angular/animations
Module import { AnimationTriggerMetadata } from '@angular/animations';
Source animations/src/animation_metadata.ts

Interface Overview

interface AnimationTriggerMetadata extends AnimationMetadata { 
  name: string
  definitions: AnimationMetadata[]
  options: {...}
}

Description

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

Members

name: string

definitions: AnimationMetadata[]

options: { params?: { [name: string]: any; }; } | null

© 2010–2018 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v5.angular.io/api/animations/AnimationTriggerMetadata