Interface: LaggedStartOptions
Defined in: animation/LaggedStart.ts:8
Extends
Properties
lagRatio?
optionallagRatio:number
Defined in: animation/LaggedStart.ts:14
Lag ratio between animation starts. Default is 0.2 (20% overlap between consecutive animations). 0 = all parallel, 1 = sequential (no overlap).
Overrides
AnimationGroupOptions.lagRatio
rateFunc()?
optionalrateFunc: (t) =>number
Defined in: animation/AnimationGroup.ts:17
Rate function applied to the group's overall progress
Parameters
t
number
Returns
number