Function: laggedStart()
laggedStart(
animations,options?):AnimationGroup
Defined in: animation/LaggedStart.ts:24
Create a LaggedStart animation group. Each animation starts lagRatio * singleDuration after the previous.
Parameters
animations
Array of animations to stagger
options?
Options including lagRatio (default 0.2)