Interface: LaggedStartMapOptions<T>
Defined in: animation/composition/LaggedStartMap.ts:20
Extends
Type Parameters
T
T extends AnimationOptions = AnimationOptions
Properties
animOptions?
optionalanimOptions:T
Defined in: animation/composition/LaggedStartMap.ts:33
Options to pass to each animation instance.
lagRatio?
optionallagRatio:number
Defined in: animation/composition/LaggedStartMap.ts:28
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