Interface: GrowFromPointOptions
Defined in: animation/growing/index.ts:212
GrowFromPoint options
Extends
Properties
duration?
optionalduration:number
Defined in: animation/Animation.ts:16
Duration of the animation in seconds (default: 1)
Inherited from
point
point:
Vector3Tuple
Defined in: animation/growing/index.ts:214
Point to grow from
rateFunc?
optionalrateFunc:RateFunction
Defined in: animation/Animation.ts:18
Rate function controlling the animation's pacing (default: smooth)
Inherited from
shift?
optionalshift: [number,number,number]
Defined in: animation/Animation.ts:20
Shift direction for fade animations