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