angular / 5 / api / core / animationstylemetadata.html

AnimationStyleMetadata

interface deprecated

Deprecation Notes

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

Interface Overview

interface AnimationStyleMetadata extends AnimationMetadata { 
  styles: '*' | {...}
  offset: number | null
}

Members

styles: '*' | { [key: string]: string | number; } | Array<{ [key: string]: string | number; } | '*'>

offset: number | null

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