Skip to main content

Interface: PhaseFlowOptions

Defined in: animation/movement/Homotopy.ts:99

Extends

Properties

duration?

optional duration: number

Defined in: animation/Animation.ts:16

Duration of the animation in seconds (default: 1)

Inherited from

AnimationOptions.duration


integrationSteps?

optional integrationSteps: number

Defined in: animation/movement/Homotopy.ts:105

Number of RK4 integration steps per unit of virtual time (default: 100)


rateFunc?

optional rateFunc: RateFunction

Defined in: animation/Animation.ts:18

Rate function controlling the animation's pacing (default: smooth)

Inherited from

AnimationOptions.rateFunc


shift?

optional shift: [number, number, number]

Defined in: animation/Animation.ts:20

Shift direction for fade animations

Inherited from

AnimationOptions.shift


vectorField

vectorField: VectorFieldFunction

Defined in: animation/movement/Homotopy.ts:101

The vector field function defining the flow


virtualTime?

optional virtualTime: number

Defined in: animation/movement/Homotopy.ts:103

Virtual time to flow through (default: 1)