Interface: ShiftOptions
Defined in: animation/movement/Shift.ts:9
Extends
Properties
direction
direction:
Vector3Tuple
Defined in: animation/movement/Shift.ts:11
Direction/delta to move [dx, dy, dz]
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
shift?
optionalshift: [number,number,number]
Defined in: animation/Animation.ts:18
Shift direction for fade animations