Skip to main content

Interface: LaggedStartOptions

Defined in: animation/LaggedStart.ts:8

Extends

Properties

lagRatio?

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

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