Skip to main content

Interface: ComplexHomotopyOptions

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

Extends

Properties

complexFunc

complexFunc: ComplexHomotopyFunction

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

The complex homotopy function to apply


duration?

optional duration: number

Defined in: animation/Animation.ts:14

Duration of the animation in seconds (default: 1)

Inherited from

AnimationOptions.duration


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