Skip to main content

Interface: ApplyMatrixOptions

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

Extends

Properties

aboutPoint?

optional aboutPoint: Vector3Tuple

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

Point to apply transformation about, defaults to origin


duration?

optional duration: number

Defined in: animation/Animation.ts:14

Duration of the animation in seconds (default: 1)

Inherited from

AnimationOptions.duration


matrix

matrix: number[][]

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

3x3 or 4x4 transformation matrix (row-major)


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