• Overview
@angular/animations

AnimationQueryMetadata

interface

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

  
    interface AnimationQueryMetadata extends AnimationMetadata {}
  
  

selector

string

The CSS selector for this query.

One or more animation step objects.

options

A query options object.

Jump to details