AnimationQueryMetadata

From Get docs
< @angular/animationsAngular/docs/9/api/animations/animationquerymetadata


AnimationQueryMetadata

interface

Encapsulates an animation query. Instantiated and returned by the query() function.

interface AnimationQueryMetadata extends AnimationMetadata {
  selector: string
  animation: AnimationMetadata | AnimationMetadata[]
  options: AnimationQueryOptions | null

  // inherited from animations/AnimationMetadata
  type: AnimationMetadataType
}

Properties

Property Description
selector: string The CSS selector for this query.
AnimationMetadata[] One or more animation step objects.
null A query options object.


© 2010–2020 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v9.angular.io/api/animations/AnimationQueryMetadata