Interface: ScaleOptions
Defined in: animation/movement/Scale.ts:10
Extends
Properties
aboutEdge?
optionalaboutEdge:Vector3Tuple
Defined in: animation/movement/Scale.ts:16
Edge to scale about, resolved via bounding box. Mutually exclusive with aboutPoint.
aboutPoint?
optionalaboutPoint:Vector3Tuple
Defined in: animation/movement/Scale.ts:14
Point to scale about, defaults to mobject center
duration?
optionalduration:number
Defined in: animation/Animation.ts:14
Duration of the animation in seconds (default: 1)
Inherited from
rateFunc?
optionalrateFunc:RateFunction
Defined in: animation/Animation.ts:16
Rate function controlling the animation's pacing (default: smooth)
Inherited from
scaleFactor
scaleFactor:
number|Vector3Tuple
Defined in: animation/movement/Scale.ts:12
Scale factor: number for uniform scale, tuple for per-axis scale
shift?
optionalshift: [number,number,number]
Defined in: animation/Animation.ts:18
Shift direction for fade animations