Skip to main content

Interface: PhaseFlowOptions

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

Extends

Properties

duration?

optional duration: number

Defined in: animation/Animation.ts:14

Duration of the animation in seconds (default: 1)

Inherited from

AnimationOptions.duration


integrationSteps?

optional integrationSteps: number

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

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


rateFunc?

optional rateFunc: RateFunction

Defined in: animation/Animation.ts:16

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

Inherited from

AnimationOptions.rateFunc


shift?

optional shift: [number, number, number]

Defined in: animation/Animation.ts:18

Shift direction for fade animations

Inherited from

AnimationOptions.shift


vectorField

vectorField: VectorFieldFunction

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

The vector field function defining the flow


virtualTime?

optional virtualTime: number

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

Virtual time to flow through (default: 1)