AnimationQueryOptions
interface
Encapsulates animation query options.
Passed to the query()
function.
API
interface AnimationQueryOptions { override params?: { [name: string]: any; };}}
Jump to details
Encapsulates animation query options.
Passed to the query()
function.
interface AnimationQueryOptions { override params?: { [name: string]: any; };}}