stagger
function
Use within an animation query()
call to issue a timing gap after
each queried item is animated.
API
Usage Notes
function stagger( timings: string | number, animation: AnimationMetadata | AnimationMetadata[]): AnimationStaggerMetadata;
stagger
Use within an animation query()
call to issue a timing gap after
each queried item is animated.
@paramtimings
string | number
A delay value.
@returns
AnimationStaggerMetadata
Jump to details