Interface: SpinInFromNothingOptions
Defined in: animation/growing/index.ts:286
SpinInFromNothing options
Extends
Properties
angle?
optionalangle:number
Defined in: animation/growing/index.ts:288
Total rotation angle in radians (default: 2*PI)
axis?
optionalaxis:Vector3Tuple
Defined in: animation/growing/index.ts:290
Axis to rotate around (default: [0, 0, 1] for z-axis)
duration?
optionalduration:number
Defined in: animation/Animation.ts:16
Duration of the animation in seconds (default: 1)
Inherited 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