Skip to main content

Interface: ScaleOptions

Defined in: animation/movement/Scale.ts:9

Extends

Properties

aboutPoint?

optional aboutPoint: Vector3Tuple

Defined in: animation/movement/Scale.ts:13

Point to scale about, defaults to mobject center


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


scaleFactor

scaleFactor: number | Vector3Tuple

Defined in: animation/movement/Scale.ts:11

Scale factor: number for uniform scale, tuple for per-axis scale


shift?

optional shift: [number, number, number]

Defined in: animation/Animation.ts:18

Shift direction for fade animations

Inherited from

AnimationOptions.shift