Skip to main content

Interface: ApplyComplexFunctionOptions

Defined in: animation/transform/ApplyTransforms.ts:142

Extends

Properties

duration?

optional duration: number

Defined in: animation/Animation.ts:14

Duration of the animation in seconds (default: 1)

Inherited from

AnimationOptions.duration


func()

func: (z) => Complex

Defined in: animation/transform/ApplyTransforms.ts:144

Complex function to apply to each point, treating (x, y) as (re, im)

Parameters

z

Complex

Returns

Complex


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