W3cubDocs

/Angular 4 TypeScript

AnimationTransitionMetadata

Deprecated Interface

Deprecation Notes

This symbol has moved. Please Import from @angular/animations instead!

Interface Overview

interface AnimationTransitionMetadata extends AnimationMetadata {
  expr : string|((fromState: string, toState: string) => boolean)
  animation : AnimationMetadata|AnimationMetadata[]
}

Interface Description

Interface Details

expr : string|((fromState: string, toState: string) => boolean)
animation : AnimationMetadata|AnimationMetadata[]

exported from core/index, defined in core/src/animation/animation_metadata_wrapped.ts

© 2010–2017 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://angular.io/docs/ts/latest/api/core/index/AnimationTransitionMetadata-interface.html