Interface: ApplyMatrixOptions
Defined in: animation/transform/ApplyTransforms.ts:299
Extends
Properties
aboutPoint?
optionalaboutPoint:Vector3Tuple
Defined in: animation/transform/ApplyTransforms.ts:303
Point to apply transformation about, defaults to origin
duration?
optionalduration:number
Defined in: animation/Animation.ts:14
Duration of the animation in seconds (default: 1)
Inherited from
matrix
matrix:
number[][]
Defined in: animation/transform/ApplyTransforms.ts:301
3x3 or 4x4 transformation matrix (row-major)
rateFunc?
optionalrateFunc:RateFunction
Defined in: animation/Animation.ts:16
Rate function controlling the animation's pacing (default: smooth)
Inherited from
shift?
optionalshift: [number,number,number]
Defined in: animation/Animation.ts:18
Shift direction for fade animations