query
function
Finds one or more inner elements within the current element that is
being animated within a sequence. Use with animate()
.
API
Usage Notes
function query( selector: string, animation: AnimationMetadata | AnimationMetadata[], options?: AnimationQueryOptions | null): AnimationQueryMetadata;
Jump to details