Skip to main content

Interface: LaggedStartMapOptions<T>

Defined in: animation/composition/LaggedStartMap.ts:20

Extends

Type Parameters

T

T extends AnimationOptions = AnimationOptions

Properties

animOptions?

optional animOptions: T

Defined in: animation/composition/LaggedStartMap.ts:33

Options to pass to each animation instance.


lagRatio?

optional lagRatio: 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()?

optional rateFunc: (t) => number

Defined in: animation/AnimationGroup.ts:17

Rate function applied to the group's overall progress

Parameters

t

number

Returns

number

Inherited from

AnimationGroupOptions.rateFunc