AnimationQueryMetadata
interface
Encapsulates an animation query. Instantiated and returned by
the query()
function.
API
interface AnimationQueryMetadata extends AnimationMetadata {}
selector
string
The CSS selector for this query.
animation
One or more animation step objects.
options
AnimationQueryOptions | null
A query options object.
Jump to details