Skip to main content

Interface: ApplyMethodOptions

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

Extends

Properties

args?

optional args: unknown[]

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

Arguments to pass to the method


duration?

optional duration: number

Defined in: animation/Animation.ts:14

Duration of the animation in seconds (default: 1)

Inherited from

AnimationOptions.duration


methodName

methodName: string

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

Method name to call on the mobject


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